Skip to content

Commit

Permalink
Fix publish.yml for .NET 8 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin authored Sep 22, 2023
1 parent c141ce3 commit e6d8718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
TargetRuntime: osx-arm64
DotNetVersion: 8.0.x
DotNetMoniker: net8.0
UseGlobalJson: false
UseGlobalJson: true
- Name: linux_x64
VMImage: ubuntu-latest
TargetRuntime: linux-x64
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
inputs:
packageType: sdk
version: $(DotNetVersion)
useGlobalJson: true
useGlobalJson: $(UseGlobalJson)

- script: env
displayName: Print environment
Expand Down
1 change: 1 addition & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"sdk": {
"version": "8.0.100-rc.1",
"allowPrerelease": true,
"rollForward": "latestPatch"
}
}

0 comments on commit e6d8718

Please sign in to comment.