We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcdb25 commit dad2d19Copy full SHA for dad2d19
buildspec-windows.yml
@@ -6,9 +6,8 @@ phases:
6
- choco install cyg-get -y --no-progress
7
- cyg-get bash patch bison flex make wget perl
8
- nuget install clcache -OutputDirectory "c:\tools\cygwin\bin" -ExcludeVersion
9
- - cmd /c 'dir c:\tools\cygwin\bin\clcache'
10
- cmd /c 'dir c:\tools\cygwin\bin\clcache\clcache-4.1.0'
11
- - Move-Item -Path 'c:\tools\cygwin\bin\clache\clcache-4.1.0\clcache.exe' -Destination 'c:\tools\cygwin\bin'
+ - Move-Item -Path "c:\tools\cygwin\bin\clcache\clcache-4.1.0\clcache.exe" -Destination "c:\tools\cygwin\bin"
12
13
build:
14
commands:
0 commit comments