Commit 67d0b178 authored by Jeremy Bokobza's avatar Jeremy Bokobza

changed location of signing env variable

parent 6f967e5c
...@@ -29,6 +29,7 @@ env: ...@@ -29,6 +29,7 @@ env:
- arch=x64 - arch=x64
- configuration=Release - configuration=Release
- os_platform=linux - os_platform=linux
- CSC_IDENTITY_AUTO_DISCOVERY=false
cache: cache:
directories: directories:
......
...@@ -8,9 +8,6 @@ node_output_name="Breeze-$os_platform-$arch" ...@@ -8,9 +8,6 @@ node_output_name="Breeze-$os_platform-$arch"
app_output_name="breeze-$TRAVIS_OS_NAME-$arch" app_output_name="breeze-$TRAVIS_OS_NAME-$arch"
app_output_zip_name="breeze-$TRAVIS_OS_NAME-$arch.zip" app_output_zip_name="breeze-$TRAVIS_OS_NAME-$arch.zip"
# specify no signing
CSC_IDENTITY_AUTO_DISCOVERY=false
if [ "$TRAVIS_OS_NAME" = "osx" ] if [ "$TRAVIS_OS_NAME" = "osx" ]
then then
dotnet_resources_path_in_app=$TRAVIS_BUILD_DIR/breeze_out/$app_output_name/Breeze.app/contents/resources/app/assets/daemon dotnet_resources_path_in_app=$TRAVIS_BUILD_DIR/breeze_out/$app_output_name/Breeze.app/contents/resources/app/assets/daemon
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment