We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd62b5 commit b5a77f5Copy full SHA for b5a77f5
.github/workflows/demos.yaml
@@ -27,8 +27,8 @@ jobs:
27
dotnet nuget add source $pkgdir --name Local
28
- name: Build library package
29
run: |
30
- dotnet restore --verbosity normal
31
- dotnet pack --configuration Release -p:ContinuousIntegrationBuild=true --verbosity normal
+ dotnet restore --configuration Release -p:ContinuousIntegrationBuild=true --verbosity normal
+ dotnet pack --no-restore --configuration Release -p:ContinuousIntegrationBuild=true --verbosity normal
32
- name: Install library package
33
34
$pkg = Resolve-Path QrCodeGenerator\bin\Release\Net.Codecrete.QrCodeGenerator.*.nupkg
0 commit comments