azure-iot-sdk-c/build_all/windows
Ewerton Scaboro da Silva 8ebc30e974
Disable upload to blob tests in C gates (#2621)
* Disable upload to blob tests in C gates

This is a temporary measure until we set up the gates to workaround the guidance to disable azure storage SAS token authorization.

To reverse these changes:

In azure-iot-sdk-c/build:
sed -i "s/--no_uploadtoblob //g" .vsts-ci.yml

In azure-iot-sdk-c/jenkins:
grep -l run-e2e-tests *.sh | xargs sed -i "s/--no_uploadtoblob //g"
grep -l run-e2e-tests *.cmd | xargs sed -i "s/--no-uploadtoblob //g"

* Add guard in iothubclientcore_ut for DONT_USE_UPLOADTOBLOB

* Disable u2b tests in linux_openssl_engine.sh

* Fix arg-uploadtoblob label in build.cmd

* Disable upload to blob in remaining builds

* Fix more unit tests disabling u2b

* Fix iothubclientcore_ut.c

* Add new openssl valgrind exceptions
2024-06-07 00:13:17 +00:00
..
build.cmd Disable upload to blob tests in C gates (#2621) 2024-06-07 00:13:17 +00:00
build_client.cmd Remove vestigial build artifacts (#2116) 2021-10-20 13:43:53 -07:00
readme.md github issue #394 2018-11-06 23:21:35 +00:00

readme.md

This directory contains windows build scripts for internal use only.