Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 7, 2024
1 parent 2f2c172 commit 31bacc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run dotnet build src
run: dotnet build ./src/Saunter-src.slnf --configuration Debug
- name: Run dotnet build all
run: dotnet build -v n --configuration Debug
run: dotnet build --configuration Debug
- name: Run dotnet test
run: dotnet test --no-build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<None Include="readme.md" Pack="true" PackagePath="/" />
<None Include="../../assets/logo.png" Pack="true" PackagePath="/" />
<None Include="build/*" Pack="true" PackagePath="/build" />
<None Include="$(OutputPath)/net6.0/*" Pack="true" PackagePath="/tools/net6.0" />
<None Include="$(OutputPath)/net8.0/*" Pack="true" PackagePath="/tools/net8.0" />
<None Include="$(OutputPath)net6.0/*" Pack="true" PackagePath="/tools/net6.0/" />
<None Include="$(OutputPath)net8.0/*" Pack="true" PackagePath="/tools/net8.0/" />
</ItemGroup>

</Project>

0 comments on commit 31bacc6

Please sign in to comment.