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 c25f7cd commit 723a0fbCopy full SHA for 723a0fb
.travis.yml
@@ -47,6 +47,8 @@ jobs:
47
dotnet: 2.1.502
48
install:
49
- dotnet restore OptimizelySDK.NetStandard16/OptimizelySDK.NetStandard16.csproj
50
+ addons:
51
+ srcclr: true
52
script:
53
# strongname signing is taken care of in build step
54
- dotnet build OptimizelySDK.NetStandard16/OptimizelySDK.NetStandard16.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$TRAVIS_BUILD_DIR/keypair.snk
0 commit comments