@@ -997,16 +997,15 @@ jobs:
997
997
artifactName : nanoclr_win32
998
998
artifactType : pipeline
999
999
1000
- # push NuGet packages to NuGet (always happens when building from main & develop , except on PR builds)
1000
+ # push NuGet packages to NuGet (always happens when building from main, except on PR builds)
1001
1001
- task : NuGetCommand@2
1002
1002
condition : >-
1003
1003
and(
1004
1004
succeeded(),
1005
1005
eq(variables['System.PullRequest.PullRequestId'], ''),
1006
1006
or(
1007
1007
eq(variables['ForceUpload'], true),
1008
- eq(variables['Build.SourceBranchName'], 'main'),
1009
- eq(variables['Build.SourceBranchName'], 'develop')
1008
+ eq(variables['Build.SourceBranchName'], 'main')
1010
1009
)
1011
1010
)
1012
1011
continueOnError : true
@@ -1170,16 +1169,15 @@ jobs:
1170
1169
artifactName : nanoclr_cli
1171
1170
artifactType : pipeline
1172
1171
1173
- # push NuGet packages to NuGet (always happens when building from main & develop , except on PR builds)
1172
+ # push NuGet packages to NuGet (always happens when building from main, except on PR builds)
1174
1173
- task : NuGetCommand@2
1175
1174
condition : >-
1176
1175
and(
1177
1176
succeeded(),
1178
1177
eq(variables['System.PullRequest.PullRequestId'], ''),
1179
1178
or(
1180
1179
eq(variables['ForceUpload'], true),
1181
- eq(variables['Build.SourceBranchName'], 'main'),
1182
- eq(variables['Build.SourceBranchName'], 'develop')
1180
+ eq(variables['Build.SourceBranchName'], 'main')
1183
1181
)
1184
1182
)
1185
1183
continueOnError : true
0 commit comments