Update version (#5007)

This commit is contained in:
Rafal Blaczkowski 2021-03-29 15:02:30 +02:00 committed by GitHub
parent 9f330d28bd
commit 8dbfaf2773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ jobs:
- script: |
source $(INSTALL_DIR)/bin/setupvars.sh
echo "202X.X" > $(INSTALL_DIR)/deployment_tools/inference_engine/version.txt
echo "2021.2" > $(INSTALL_DIR)/deployment_tools/inference_engine/version.txt
./build.sh --config RelWithDebInfo --use_openvino CPU_FP32 --build_shared_lib --parallel --skip_tests --build_dir $(ONNXRUNTIME_BUILD_DIR)
workingDirectory: $(ONNXRUNTIME_REPO_DIR)
displayName: 'Build ONNX Runtime'