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 1d13693 commit 7a090fbCopy full SHA for 7a090fb
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
- uses: actions/setup-dotnet@v1
12
with:
13
- dotnet-version: 5.0.100-rc.1.20452.10
+ dotnet-version: 5.0.100-rc.2.20479.15
14
15
16
dotnet-version: 2.1.x
.github/workflows/release.yml
@@ -12,6 +12,6 @@ jobs:
- run: dotnet build -p:version=${GITHUB_REF#refs/*/v}
17
- run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
0 commit comments