Skip to content

Commit a37a2b0

Browse files
author
John Luo
authored
Pin SDK to preview 8 in source build (#13707)
- There are issues with NU5048 and NU5128. We need to handle ProjectIconUrl deprecation and issues with NuspecProperty not being set separately.
1 parent 43b4008 commit a37a2b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ jobs:
510510
# The SDK version selected here is intentionally supposed to use the latest release
511511
# For the purpose of building Linux distros, we can't depend on features of the SDK
512512
# which may not exist in pre-built versions of the SDK
513-
version: 3.0.x
513+
# Pinning to preview 8 since preview 9 has breaking changes
514+
# version: 3.0.x
515+
version: 3.0.100-preview8-013656
514516
installationPath: $(DotNetCoreSdkDir)
515517
includePreviewVersions: true
516518
- script: ./eng/scripts/ci-source-build.sh --ci --configuration Release /p:BuildManaged=true /p:BuildNodeJs=false

0 commit comments

Comments
 (0)