Skip to content

Commit

Permalink
NEWS/BUILD: Update Build.Reason trigger and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Mar 9, 2021
1 parent 4ef2333 commit f0102a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
#

## 1.10.0 (March 8, 2021)
## 1.10.0 (March 9, 2021)
### Features:
#### Core
* Added support for Nvidia HPC SDK
Expand Down
2 changes: 1 addition & 1 deletion buildlib/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ stages:
dependsOn: Check_Commit
jobs:
- job: DraftRelease
condition: or(eq(variables['Build.Reason'], 'ResourceTrigger'), and(eq(stageDependencies.Check_Commit.Check.outputs['Commit.Title'], 'Yes'), eq(variables['Build.Reason'], 'PullRequest')))
condition: or(eq(variables['Build.Reason'], 'IndividualCI'), and(eq(stageDependencies.Check_Commit.Check.outputs['Commit.Title'], 'Yes'), eq(variables['Build.Reason'], 'PullRequest')))
container: centos7
pool:
name: MLNX
Expand Down

0 comments on commit f0102a4

Please sign in to comment.