Skip to content

Commit 3443e0e

Browse files
committed
Use .NET stable for vs-insertion-prep on main
1 parent 0ccb7c9 commit 3443e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/devops/automation/templates/release/vs-insertion-prep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ stages:
145145
displayName: Create credscan dummy ignore file
146146
147147
- task: UseDotNet@2
148-
displayName: Install .NET $(DotNetPreviewSdkVersion)
148+
displayName: Install .NET $(DotNetSdkVersion)
149149
inputs:
150-
version: $(DotNetPreviewSdkVersion).x
150+
version: $(DotNetSdkVersion).x
151151
includePreviewVersions: true
152152

153153
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)