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 7781cd0 commit 0f91bf8Copy full SHA for 0f91bf8
.github/workflows/publish-to-nuget.yml
@@ -18,7 +18,7 @@ defaults:
18
19
jobs:
20
create_nuget:
21
- runs-on: windows-latest
+ runs-on: ubuntu-latest
22
steps:
23
- name: checkout
24
uses: actions/checkout@v3
@@ -39,7 +39,7 @@ jobs:
39
path: ${{ env.NuGetDirectory }}/*.*nupkg
40
41
validate_nuget:
42
43
needs: [ create_nuget ]
44
45
# Install the .NET SDK indicated in the global.json file
@@ -72,7 +72,7 @@ jobs:
72
run: dotnet test --configuration Release
73
74
deploy:
75
76
needs: [ validate_nuget, run_test ]
77
78
- uses: trstringer/manual-approval@v1
0 commit comments