File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ stages:
10
10
- name : ' Integration tests'
11
11
- name : ' Unit Tests'
12
12
- name : ' NetStandard16'
13
+ - name : ' NetStandard20'
14
+ - name : ' Source Clear'
13
15
14
16
jobs :
15
17
include :
61
63
dotnet : 2.1.502
62
64
install :
63
65
- dotnet restore OptimizelySDK.NetStandard16/OptimizelySDK.NetStandard16.csproj
64
- addons :
65
- srcclr : true
66
66
script :
67
67
# strongname signing is taken care of in build step
68
68
- dotnet build OptimizelySDK.NetStandard16/OptimizelySDK.NetStandard16.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$TRAVIS_BUILD_DIR/keypair.snk -c Release
80
80
dotnet : 2.1.502
81
81
install :
82
82
- dotnet restore OptimizelySDK.NetStandard20/OptimizelySDK.NetStandard20.csproj
83
- addons :
84
- srcclr : true
85
83
script :
86
84
# strongname signing is taken care of in build step
87
85
- dotnet build OptimizelySDK.NetStandard20/OptimizelySDK.NetStandard20.csproj /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$TRAVIS_BUILD_DIR/keypair.snk -c Release
90
88
- pip install --user awscli
91
89
# upload dll build artifacts to s3 with -unsigned suffix
92
90
- ([ ${TRAVIS_BRANCH} = "$RELEASE_BRANCH" ] && [ ${TRAVIS_EVENT_TYPE} = "push" ]) && (AWS_ACCESS_KEY_ID=$OFTA_KEY AWS_SECRET_ACCESS_KEY=$OFTA_SECRET AWS_DEFAULT_REGION=$OFTA_REGION aws s3 cp ./OptimizelySDK.NetStandard20/bin/Release/netstandard2.0/OptimizelySDK.NetStandard20.dll s3://optly-fs-travisci-artifacts/${TRAVIS_REPO_SLUG}/${TRAVIS_BUILD_NUMBER}/${TRAVIS_JOB_NUMBER}/OptimizelySDK.NetStandard20.dll-unsigned)
91
+
92
+ - stage : ' Source Clear'
93
+ if : type = cron
94
+ addons :
95
+ srcclr : true
96
+ before_install : skip
97
+ install : skip
98
+ before_script : skip
99
+ script : skip
100
+ after_script : skip
101
+ after_success : skip
You can’t perform that action at this time.
0 commit comments