Skip to content

Commit

Permalink
Merged PR 231657: [Csharp SDK] Build with latest Windows version and …
Browse files Browse the repository at this point in the history
  • Loading branch information
softdev90 committed Jan 25, 2022
1 parent db1548c commit 29d3907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .pipelines/pipeline.user.windows.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
environment:
host:
os: 'windows'
flavor: 'server'
version: '2016'
os: "windows"
runtime:
provider: 'appcontainer'

image: 'cdpxwin1809.azurecr.io/global/vse2017:latest'
source_mode: 'map'
provider: "appcontainer"
image: "cdpxwin1809.azurecr.io/global/vse2019:latest"
source_mode: "map"

signing_options:
profile: 'external_distribution'
Expand Down
2 changes: 1 addition & 1 deletion scripts/init-dev-cmd.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "Initialize VS 2017 Dev Cmd ..."
echo ==================================================
pushd "%~dp0"

call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64

set EX=%ERRORLEVEL%
if "%EX%" neq "0" (
Expand Down

0 comments on commit 29d3907

Please sign in to comment.