Skip to content

Change CI and release build to use hosted images for windows #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 12, 2020
Prev Previous commit
Next Next commit
Fix artifact container name to match artifact name
  • Loading branch information
adityapatwardhan committed Feb 12, 2020
commit a19bfb172070a5f75a74223fca249e3080ef5966
2 changes: 1 addition & 1 deletion tools/releaseBuild/yaml/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ steps:
displayName: Start build - $(ARCHITECTURE)
condition: succeeded()
- powershell: |
Write-Host "##vso[artifact.upload containerfolder=artifacts;artifactname=release]$(System.ArtifactsDirectory)\Packages\$(ARCHITECTURE)-symbols.zip"
Write-Host "##vso[artifact.upload containerfolder=release;artifactname=release]$(System.ArtifactsDirectory)\Packages\$(ARCHITECTURE)-symbols.zip"
displayName: Upload artifacts
condition: succeeded()