We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ed599 commit 9ec09b8Copy full SHA for 9ec09b8
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
dotnet-version: '10.0.x'
24
25
- name: Build
26
- run: dotnet build src/Perigon.MiniDb/Perigon.MiniDb.csproj --configuration Release --no-restore
+ run: dotnet build src/Perigon.MiniDb/Perigon.MiniDb.csproj --configuration Release
27
28
- name: Pack NuGet package
29
run: dotnet pack src/Perigon.MiniDb/Perigon.MiniDb.csproj --configuration Release --output ./artifacts --no-build
0 commit comments