Skip to content

Commit 9d36dc4

Browse files
committed
CI pipeline fix attempt
1 parent 67557f4 commit 9d36dc4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/demos.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ jobs:
3434
3535
- name: Build library package
3636
run: |
37+
dotnet restore
3738
dotnet tool restore
38-
dotnet pack --no-build --verbosity normal
39+
dotnet pack --verbosity normal
3940
4041
- name: Install library package
4142
run: |
4243
$pkg = Resolve-Path QrCodeGenerator\bin\Release\Net.Codecrete.QrCodeGenerator.*.nupkg
4344
nuget push $pkg -Source Local
44-
45+
4546
- name: Build Demo-ImageSharp
4647
run: dotnet build
4748
working-directory: Demo-ImageSharp

0 commit comments

Comments
 (0)