Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2020-02-07 00:05:52 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2020-02-07 00:05:52 +0300
commit441dfc676c85086505d8a01ffaf96009e6de0512 (patch)
tree2d9546d589db5eecb65d9b935e30382a01254252
parentd485ef4ce6a64565df7aec69101649a6794971d5 (diff)
CI fix
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index cca8c73..7c2a1d7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,7 +18,7 @@ strategy:
imageName: 'ubuntu-16.04'
target: 'x86_64-unknown-linux-gnu'
rustup_toolchain: stable
-
+
pool:
vmImage: $(imageName)
@@ -30,7 +30,7 @@ steps:
condition: ne( variables['Agent.OS'], 'Windows_NT' )
- script: |
curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN%
+ rustup-init.exe -y --default-host %target% --default-toolchain %RUSTUP_TOOLCHAIN%
echo "##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin"
displayName: Windows install rust
condition: eq( variables['Agent.OS'], 'Windows_NT' )
@@ -85,4 +85,4 @@ steps:
assets: '$(Build.ArtifactStagingDirectory)/mft_dump-$(build.my_tag)-$(TARGET).tar.gz'
title: '$(build.my_tag) - $(build.date)'
assetUploadMode: 'replace'
- addChangeLog: false \ No newline at end of file
+ addChangeLog: false