Skip to content

Commit

Permalink
ci: Update to net9 rtm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 12, 2024
1 parent b753d73 commit 992c1c9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: '9.0.100-rc.2.24474.11'
dotnet-version: '9.0.100'
include-prerelease: true

- run: |
Expand Down
2 changes: 1 addition & 1 deletion build/stage-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
displayName: 'Use .NET'
inputs:
packageType: 'sdk'
version: '9.0.100-rc.2.24474.11'
version: '9.0.100'
includePreviewVersions: true

- script: |
Expand Down
2 changes: 1 addition & 1 deletion build/templates/canary-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
displayName: 'Use .NET'
inputs:
packageType: 'sdk'
version: '8.0.301'
version: '9.0.100'

- task: nventiveCanaryUpdater@5
displayName: 'Canary Update (dev)'
Expand Down
4 changes: 2 additions & 2 deletions build/templates/dotnet-install-linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
DotNetVersion: '9.0.100-rc.2.24474.11'
UnoCheck_Version: '1.27.0-dev.4'
DotNetVersion: '9.0.100'
UnoCheck_Version: '1.27.0-dev.8'
installJava: true
installWorkloads: true
UnoCheckParameters: ''
Expand Down
4 changes: 2 additions & 2 deletions build/templates/dotnet-install-mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
DotNetVersion: '9.0.100-rc.2.24474.11'
UnoCheck_Version: '1.27.0-dev.4'
DotNetVersion: '9.0.100'
UnoCheck_Version: '1.27.0-dev.8'
installWorkloads: true
UnoCheckParameters: ''

Expand Down
4 changes: 2 additions & 2 deletions build/templates/dotnet-install-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
DotNetVersion: '9.0.100-rc.2.24474.11'
UnoCheck_Version: '1.27.0-dev.4'
DotNetVersion: '9.0.100'
UnoCheck_Version: '1.27.0-dev.8'
UnoCheckParameters: ''

steps:
Expand Down

0 comments on commit 992c1c9

Please sign in to comment.