Skip to content

Commit be2c615

Browse files
committed
[wasm] Unpin sdk version, and change channel to 9.0 for WBT
1 parent 4e6167a commit be2c615

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<GrpcDotnetClientVersion>2.45.0</GrpcDotnetClientVersion>
205205
<GrpcToolsVersion>2.45.0</GrpcToolsVersion>
206206
<!-- Uncomment to set a fixed version, else the latest is used -->
207-
<SdkVersionForWorkloadTesting>8.0.100-rc.1.23415.5</SdkVersionForWorkloadTesting>
207+
<!--<SdkVersionForWorkloadTesting>8.0.100-rc.1.23415.5</SdkVersionForWorkloadTesting>-->
208208
<CompilerPlatformTestingVersion>1.1.2-beta1.23323.1</CompilerPlatformTestingVersion>
209209
<!-- Docs -->
210210
<MicrosoftPrivateIntellisenseVersion>7.0.0-preview-20221010.1</MicrosoftPrivateIntellisenseVersion>

eng/testing/workloads-testing.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161

6262
<PropertyGroup Condition="'$(SdkVersionForWorkloadTesting)' == ''">
6363
<_DotNetInstallCommand Condition="!$([MSBuild]::IsOSPlatform('windows'))"
64-
>$(_DotNetInstallScriptPath) -i $(_SdkWithNoWorkloadPath) -v latest -q daily --channel 8.0</_DotNetInstallCommand>
64+
>$(_DotNetInstallScriptPath) -i $(_SdkWithNoWorkloadPath) -v latest -q daily --channel 9.0</_DotNetInstallCommand>
6565
<_DotNetInstallCommand Condition="$([MSBuild]::IsOSPlatform('windows'))"
66-
>$(_DotNetInstallScriptPath) -InstallDir $(_SdkWithNoWorkloadPath) -Quality daily -Channel 8.0</_DotNetInstallCommand>
66+
>$(_DotNetInstallScriptPath) -InstallDir $(_SdkWithNoWorkloadPath) -Quality daily -Channel 9.0</_DotNetInstallCommand>
6767
</PropertyGroup>
6868

6969
<DownloadFile SourceUrl="https://dot.net/v1/$(_DotNetInstallScriptName)"

0 commit comments

Comments
 (0)