Skip to content

Commit

Permalink
Update .NET CI builds domain
Browse files Browse the repository at this point in the history
  • Loading branch information
martincostello committed Jan 4, 2025
1 parent bc9afb4 commit 1feba2f
Show file tree
Hide file tree
Showing 22 changed files with 1,159 additions and 571 deletions.
238 changes: 161 additions & 77 deletions actions/dotnet-release/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/dotnet-release/dist/main.js.map

Large diffs are not rendered by default.

234 changes: 159 additions & 75 deletions actions/dotnet-upgrade-report/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/dotnet-upgrade-report/dist/main.js.map

Large diffs are not rendered by default.

230 changes: 157 additions & 73 deletions actions/dotnet-version-report/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/dotnet-version-report/dist/main.js.map

Large diffs are not rendered by default.

236 changes: 160 additions & 76 deletions actions/get-dotnet-repos/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/get-dotnet-repos/dist/main.js.map

Large diffs are not rendered by default.

232 changes: 158 additions & 74 deletions actions/get-rebase-repos/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/get-rebase-repos/dist/main.js.map

Large diffs are not rendered by default.

236 changes: 160 additions & 76 deletions actions/get-sdk-repos/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/get-sdk-repos/dist/main.js.map

Large diffs are not rendered by default.

252 changes: 168 additions & 84 deletions actions/is-dotnet-change-available/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions actions/is-dotnet-change-available/dist/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/is-dotnet-change-available/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function getLatestSdkVersion(channel: string): Promise<LatestInstallerVers
const version = versionRaw.trim();

const platform = 'win-x64';
const commitsUrl = `https://dotnetbuilds.azureedge.net/public/Sdk/${version}/productCommit-${platform}.json`;
const commitsUrl = `https://ci.dot.net/public/Sdk/${version}/productCommit-${platform}.json`;

response = await fetch(commitsUrl, init);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/9.0.100-alpha.1.23451.3/productCommit-win-x64.json",
"response": {
"installer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/9.0.100-preview.6.24318.4/productCommit-win-x64.json",
"response": {
"runtime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/9.0.100-alpha.1.23451.3/productCommit-win-x64.json",
"response": {
"installer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/9.0.100-alpha.1.23451.3/productCommit-win-x64.json",
"response": {
"installer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/8.0.100-rc.2.23451.1/productCommit-win-x64.json",
"response": {
"installer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/8.0.100-rc.2.23451.1/productCommit-win-x64.json",
"response": {
"installer": {
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/is-dotnet-change-available/sdk-35087.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
{
"basePath": "https://dotnetbuilds.azureedge.net",
"basePath": "https://ci.dot.net",
"path": "/public/Sdk/8.0.100-rc.2.23451.1/productCommit-win-x64.json",
"response": {
"installer": {
Expand Down

0 comments on commit 1feba2f

Please sign in to comment.