mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fix typo
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
df8f9d7dcb
commit
dc09d3c5ea
|
@ -167,7 +167,7 @@ stages:
|
||||||
- powershell: write-host $(System.TeamProjectId)
|
- powershell: write-host $(System.TeamProjectId)
|
||||||
displayName: 'System.TeamProjectId'
|
displayName: 'System.TeamProjectId'
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download NWin64 Build'
|
displayName: 'Download Win64 Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'WindowsBuild-x64'
|
artifact: 'WindowsBuild-x64'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
|
|
Loading…
Reference in a new issue