File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,11 @@ jobs:
184184 Pool : ${{ parameters.WindowsPool }} # Comment out to swap back to public hosted pool.
185185 OSVmImage : # "windows-2019" # Comment back in to swap back to public hosted pool.
186186 TestTargetFramework : net5.0
187+ Windows_Net50_ProjectReferences :
188+ Pool : ${{ parameters.WindowsPool }} # Comment out to swap back to public hosted pool.
189+ OSVmImage : # "windows-2019" # Comment back in to swap back to public hosted pool.
190+ TestTargetFramework : net5.0
191+ ConvertToProjectReferenceOption : /p:UseProjectReferenceToAzureClients=true
187192 pool :
188193 vmImage : " $(OSVmImage)"
189194 name : " $(Pool)"
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ parameters:
8080 Windows_Net50 :
8181 OSVmImage : " windows-2019"
8282 TestTargetFramework : net5.0
83+ Windows_NetCoreApp_ProjectReferences :
84+ OSVmImage : " windows-2019"
85+ TestTargetFramework : net5.0
86+ AdditionalTestArguments : " /p:UseProjectReferenceToAzureClients=true"
8387- name : PlatformPreSteps
8488 type : object
8589 default :
You can’t perform that action at this time.
0 commit comments