Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
handle change of config directory name
  • Loading branch information
amoldeshpande committed Jul 19, 2023
1 parent a5463b7 commit ee31a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- script: |
for /f "usebackq tokens=*" %%l in (`"c:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath`) do set bar=%%l
call "%bar%"\Common7\Tools\VsDevCmd.bat -arch=$(BuildPlatform)
copy config\win32 config.h
copy system\win32 config.h
nmake -f win32\makefile.win32 FASTBUILD=1
for /f "usebackq tokens=3" %%i in (`findstr REV patchlevel.h`) do set TCSH_REV=%%i
for /f "usebackq tokens=3" %%j in (`findstr VERS patchlevel.h`) do set TCSH_VERS=%%j
Expand Down

0 comments on commit ee31a92

Please sign in to comment.