Skip to content

Commit 6d3204b

Browse files
committed
fix(ci): remove backup workflow file and keep global.json at 9.0.*
Deletes the .backup file that was created during troubleshooting. Keeps global.json using 9.0.* for SDK version flexibility.
1 parent 07cd837 commit 6d3204b

3 files changed

Lines changed: 4 additions & 292 deletions

File tree

.github/workflows/azure-static-web-apps-lively-cliff-0945be603.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Setup .NET
137137
uses: actions/setup-dotnet@v5
138138
with:
139-
dotnet-version: "9.0.*"
139+
dotnet-version: "9.x"
140140
workloads: wasm-tools
141141

142142
# OPTIMIZATION: Cache NuGet packages for faster subsequent builds

.github/workflows/azure-static-web-apps-lively-cliff-0945be603.yml.backup

Lines changed: 0 additions & 289 deletions
This file was deleted.

global.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"sdk": {
3-
"version": "9.0.*",
4-
"rollForward": "latestMinor"
3+
"version": "9.0.100",
4+
"rollForward": "latestMinor",
5+
"allowPrerelease": false
56
}
67
}

0 commit comments

Comments
 (0)