diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 709bd25a..21ae7aaa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: buildConfiguration: 'Release' steps: - - script: python tools\build.py -a $(buildPlatform) -c $(buildConfiguration) -e Enterprise + - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) -e Enterprise - task: CopyFiles@2 inputs: |