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.
2 parents 225714e + 4c0aaec commit b0f9c18Copy full SHA for b0f9c18
.github/workflows/desktop-build.yml
@@ -19,7 +19,7 @@ jobs:
19
# Authenticates packages to push to GPR
20
- uses: actions/setup-dotnet@v1
21
with:
22
- dotnet-version: '3.1.100' # SDK Version to use.
+ dotnet-version: '5.0.202' # SDK Version to use.
23
- name: Build Project
24
run: |
25
cd src/Desktop/MaSchoeller.Extensions.Desktop/
.github/workflows/desktop-deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
env:
NUGET_AUTH_TOKEN: ${{secrets.nuget_key}}
- run: dir
0 commit comments