Compare commits

...

4 Commits

Author SHA1 Message Date
Phillip Hoff adc99aa785 Try, try again. 4 years ago
Phillip Hoff 18d3466613 Try again. 4 years ago
Phillip Hoff 0c58fef793 Update pool images. 4 years ago
Phillip Hoff 015511c3ca Update build packages in E2E tests. 4 years ago
  1. 6
      azure-pipelines.yml
  2. 4
      test/E2ETest/Microsoft.Tye.E2ETests.csproj

6
azure-pipelines.yml

@ -50,11 +50,11 @@ stages:
- job: Windows
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Public
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
demands: ImageOverride -equals Build.Windows.Amd64.VS2022
variables:

4
test/E2ETest/Microsoft.Tye.E2ETests.csproj

@ -15,8 +15,8 @@
The Microsoft.Build.Locator package takes care of dynamically loading these assemblies
at runtime. We don't need/want to ship them, just to have them as references.
-->
<PackageReference Include="Microsoft.Build" Version="16.6.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Framework" Version="16.6.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build" Version="17.3.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.2.6" />
</ItemGroup>

Loading…
Cancel
Save