Skip to content

Commit

Permalink
Aguacongas patch 2 (#52)
Browse files Browse the repository at this point in the history
* Update appveyor.yml

* Update appveyor.yml
  • Loading branch information
aguacongas authored May 7, 2021
1 parent de2d298 commit d86405c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ environment:
secure: h7zhWIG5sQBVM6loU77ClQ==
decrypt_secret:
secure: BDKOW5teXcJUwLqekbf6VQ==
donetsdk: 5.0.100
donetsdk: 5.0.202
init:
- cmd: git config --global core.autocrlf true
install:
Expand All @@ -48,6 +48,8 @@ install:
- sh: mono secure-file/tools/secure-file.exe -decrypt test/testsettings.json.enc -secret $decrypt_secret
- sh: mono secure-file/tools/secure-file.exe -decrypt test/identityfirestore.json.enc -secret $decrypt_secret
- ps: ./appveyorinit.ps1
- cmd: set JAVA_HOME=C:\Program Files\Java\jdk14
- cmd: set PATH=%JAVA_HOME%\bin;%PATH%
build_script:
- ps: ./build.ps1
test_script:
Expand Down

0 comments on commit d86405c

Please sign in to comment.