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 818df9b commit b8fbe3bCopy full SHA for b8fbe3b
.github/workflows/dotnetcore.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup .NET Core
14
uses: actions/setup-dotnet@v1
15
with:
16
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
17
- name: Build with dotnet
18
run: dotnet build --configuration Release "./src/ImageWizard.sln"
19
- name: Run unit tests
@@ -48,4 +48,4 @@ jobs:
48
run: dotnet nuget push "./src/ImageWizard.PuppeteerSharp/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
49
- name: Publish "ImageWizard.Generator" to nuget
50
run: dotnet nuget push "./src/ImageWizard.Generator/bin/Release/*.nupkg" -s "https://api.nuget.org/v3/index.json" -k ${{secrets.NUGET_API_KEY}}
51
-
+
0 commit comments