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 1512202 commit fbcdb25Copy full SHA for fbcdb25
buildspec-windows.yml
@@ -7,7 +7,8 @@ phases:
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
- - Move-Item -Path 'c:\tools\cygwin\bin\clache\clcache.exe' -Destination 'c:\tools\cygwin\bin'
+ - 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'
12
13
build:
14
commands:
0 commit comments