소스 검색

use net 7 for integration tests

Dan Walmsley 2 년 전
부모
커밋
981e95781b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      azure-pipelines-integrationtests.yml

+ 2 - 2
azure-pipelines-integrationtests.yml

@@ -56,9 +56,9 @@ jobs:
       version: 6.0.401
 
   - task: UseDotNet@2
-    displayName: 'Use .NET Core SDK 7.0.100-rc.2.22477.23'
+    displayName: 'Use .NET Core SDK 7.0.100'
     inputs:
-      version: 7.0.100-rc.2.22477.23
+      version: 7.0.100
 
   - task: Windows Application Driver@0
     inputs: