Skip to content

Commit

Permalink
Fix azure pipeline build (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Aug 7, 2024
1 parent 59ce86f commit a6f38aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/OneBranch.PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ parameters:
- name: 'WindowsContainerImage2DockerTag'
displayName: 'WindowsContainerImage2 DockerTag'
type: string
default: 'vse2022.5'
default: '20240713.1' # if initializing docker takes too long, grab a newer docker image from Docker.Official pipeline.

variables:
system.debug: ${{ parameters.debug }}
Expand Down
2 changes: 2 additions & 0 deletions src/tools/sample/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
--*/

#define _CRT_SECURE_NO_WARNINGS 1

#ifdef _WIN32
//
// The conformant preprocessor along with the newest SDK throws this warning for
Expand Down

0 comments on commit a6f38aa

Please sign in to comment.