We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313f337 commit 0655e23Copy full SHA for 0655e23
.gitlab-ci.yml
@@ -37,6 +37,9 @@ Linux:
37
script:
38
- curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 3.1.401
39
- export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH
40
+ # Workaround missing GitVersion native dependency
41
+ - dotnet tool install GitVersion.Tool --tool-path tools --version 5.3.7
42
+ - export LD_LIBRARY_PATH=$(pwd)/tools/.store/gitversion.tool/5.3.7/gitversion.tool/5.3.7/tools/netcoreapp3.1/any/runtimes/debian.9-x64/native/
43
- dotnet tool restore && dotnet cake --bootstrap --verbosity=verbose && dotnet cake --verbosity=verbose --target=build
44
45
# Mac:
0 commit comments