Skip to content

Commit 0db9ae4

Browse files
wtgodbecaptainsafia
authored andcommitted
Re-enable local development job (#59079)
* Re-enable local development job * Update ci-public.yml
1 parent 4df28e3 commit 0db9ae4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,6 @@ stages:
666666
-NoBuildDeps
667667
-configuration Release
668668
displayName: Run project template tests
669-
# Continue on error until https://github.com/dotnet/aspnetcore/issues/58957 is resolved
670-
continueOnError: true
671669

672670
artifacts:
673671
- name: Local_Windows_x64_Logs_Attempt_$(System.JobAttempt)

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-alpha.1.24560.6"
3+
"version": "10.0.100-alpha.1.24570.4"
44
},
55
"tools": {
6-
"dotnet": "10.0.100-alpha.1.24560.6",
6+
"dotnet": "10.0.100-alpha.1.24570.4",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"

0 commit comments

Comments
 (0)