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 67557f4 commit 9d36dc4Copy full SHA for 9d36dc4
.github/workflows/demos.yaml
@@ -34,14 +34,15 @@ jobs:
34
35
- name: Build library package
36
run: |
37
+ dotnet restore
38
dotnet tool restore
- dotnet pack --no-build --verbosity normal
39
+ dotnet pack --verbosity normal
40
41
- name: Install library package
42
43
$pkg = Resolve-Path QrCodeGenerator\bin\Release\Net.Codecrete.QrCodeGenerator.*.nupkg
44
nuget push $pkg -Source Local
-
45
+
46
- name: Build Demo-ImageSharp
47
run: dotnet build
48
working-directory: Demo-ImageSharp
0 commit comments