Skip to content

Commit

Permalink
refreshenv as part of windows release script (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp committed Nov 26, 2020
1 parent 64c8e0c commit 623e7d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/windows-release.yml
@@ -1,8 +1,10 @@
steps:
- script: 'cargo test --all'
- script: |
refreshenv && cargo test --all
displayName: Cargo Test All
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
- script: 'cargo build --release'
- script: |
refreshenv && cargo build --release
displayName: Build Release
condition: and(succeeded(), contains(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['CI_JOB'], 'release' ))
- script: |
Expand Down

0 comments on commit 623e7d2

Please sign in to comment.