Skip to content

Commit b5a77f5

Browse files
committed
CI pipeline fix attempt
1 parent 8dd62b5 commit b5a77f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
dotnet nuget add source $pkgdir --name Local
2828
- name: Build library package
2929
run: |
30-
dotnet restore --verbosity normal
31-
dotnet pack --configuration Release -p:ContinuousIntegrationBuild=true --verbosity normal
30+
dotnet restore --configuration Release -p:ContinuousIntegrationBuild=true --verbosity normal
31+
dotnet pack --no-restore --configuration Release -p:ContinuousIntegrationBuild=true --verbosity normal
3232
- name: Install library package
3333
run: |
3434
$pkg = Resolve-Path QrCodeGenerator\bin\Release\Net.Codecrete.QrCodeGenerator.*.nupkg

0 commit comments

Comments
 (0)