Skip to content

Commit 5b5c2ed

Browse files
authored
[CI][AppVeyor] Fix build issue (#692)
1 parent cddd41b commit 5b5c2ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for:
3232
3333
echo Install dotnet sdk
3434
35-
choco install dotnet-sdk --pre
35+
choco install dotnet-sdk --version=9.0.102
3636
3737
dotnet --version
3838
@@ -139,7 +139,7 @@ for:
139139
140140
echo Install dotnet sdk
141141
142-
choco install dotnet-sdk --pre
142+
choco install dotnet-sdk --version=9.0.102
143143
144144
dotnet --version
145145
@@ -247,7 +247,7 @@ for:
247247
248248
echo Install dotnet sdk
249249
250-
choco install dotnet-sdk --pre
250+
choco install dotnet-sdk --version=9.0.102
251251
252252
dotnet --version
253253
@@ -329,4 +329,4 @@ for:
329329
330330
on_build_success: true
331331
on_build_failure: true
332-
on_build_status_changed: true
332+
on_build_status_changed: true

0 commit comments

Comments
 (0)