Skip to content

Commit

Permalink
Add project reference NET5 test configuration (Azure#17967)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored and Minnie Liu committed Jan 23, 2021
1 parent 341f31f commit fb70dd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ jobs:
Pool: ${{ parameters.WindowsPool }} # Comment out to swap back to public hosted pool.
OSVmImage: # "windows-2019" # Comment back in to swap back to public hosted pool.
TestTargetFramework: net5.0
Windows_Net50_ProjectReferences:
Pool: ${{ parameters.WindowsPool }} # Comment out to swap back to public hosted pool.
OSVmImage: # "windows-2019" # Comment back in to swap back to public hosted pool.
TestTargetFramework: net5.0
ConvertToProjectReferenceOption: /p:UseProjectReferenceToAzureClients=true
pool:
vmImage: "$(OSVmImage)"
name: "$(Pool)"
Expand Down
4 changes: 4 additions & 0 deletions eng/pipelines/templates/stages/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ parameters:
Windows_Net50:
OSVmImage: "windows-2019"
TestTargetFramework: net5.0
Windows_NetCoreApp_ProjectReferences:
OSVmImage: "windows-2019"
TestTargetFramework: net5.0
AdditionalTestArguments: "/p:UseProjectReferenceToAzureClients=true"
- name: PlatformPreSteps
type: object
default:
Expand Down

0 comments on commit fb70dd4

Please sign in to comment.