Skip to content

Commit

Permalink
MSFT TFW versioning and SDK versioning is made by c*nts
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Nov 18, 2020
1 parent b6a89e2 commit 2a27a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.0
dotnet-version: 5.0.100
- name: Restore
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.0
dotnet-version: 5.0.100
- name: Create Release NuGet package
run: |
arrTag=(${GITHUB_REF//\// })
Expand Down

0 comments on commit 2a27a57

Please sign in to comment.