Skip to content

Commit

Permalink
more bit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyNovikov89 committed Aug 14, 2024
1 parent 02e2b7a commit 816d07b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
paths-ignore:
- "**/*.md"
- "**/*.yml"

jobs:
build_and_test:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup dotnet (5.0.x)

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
dotnet-version: 6.x

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
Expand All @@ -31,7 +31,7 @@ jobs:
configuration: Release
verbosity: Diagnostic
cake-version: 1.3.0

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion tests/DiadocApi-Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<RootNamespace>Diadoc.Api.Tests</RootNamespace>
<AssemblyName>DiadocApi.Tests</AssemblyName>
<TargetFrameworks>net35;net40;net45;net461;net472;net5.0</TargetFrameworks>
<TargetFrameworks>net35;net40;net45;net461;net472;net6.0</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>$(SolutionDir)\bin\$(Configuration)\$(AssemblyName)\</OutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 816d07b

Please sign in to comment.