Skip to content

Commit

Permalink
Merge branch 'master' into release/v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Feb 18, 2020
2 parents f60abae + 180ca66 commit 90300c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pipelines/pr-validation.yml
Expand Up @@ -37,13 +37,13 @@ stages:
displayName: 'Build Tests'
inputs:
projects: 'AsaTests/AsaTests.csproj'
arguments: '--configuration $(BuildConfiguration) --output $(build.binariesdirectory)/Tests'
arguments: '--configuration $(BuildConfiguration) --output $(build.binariesdirectory)\Tests'

- task: VSTest@2
displayName: 'Run Tests'
inputs:
testAssemblyVer2: AsaTests.dll
searchFolder: '$(build.binariesdirectory)/Tests'
searchFolder: '$(build.binariesdirectory)\Tests'
continueOnError: true

- task: PublishBuildArtifacts@1
Expand Down
10 changes: 3 additions & 7 deletions Pipelines/release.yml
Expand Up @@ -35,13 +35,13 @@ stages:
displayName: 'Build Tests'
inputs:
projects: 'AsaTests/AsaTests.csproj'
arguments: '--configuration $(BuildConfiguration) --output $(build.binariesdirectory)/Tests'
arguments: '--configuration $(BuildConfiguration) --output $(build.binariesdirectory)\Tests'

- task: VSTest@2
displayName: 'Run Tests'
inputs:
testAssemblyVer2: AsaTests.dll
searchFolder: '$(build.binariesdirectory)/Tests'
searchFolder: '$(build.binariesdirectory)\Tests'

- stage: Build
jobs:
Expand Down Expand Up @@ -219,7 +219,6 @@ stages:

- task: GitHubRelease@1
displayName: 'GitHub release update'
condition: not(variables['DisableGithubRelease'])
inputs:
gitHubConnection: 'Gabe-Asa'
action: edit
Expand Down Expand Up @@ -288,7 +287,6 @@ stages:

- task: GitHubRelease@1
displayName: 'GitHub release update'
condition: not(variables['DisableGithubRelease'])
inputs:
gitHubConnection: 'Gabe-Asa'
action: edit
Expand Down Expand Up @@ -357,7 +355,6 @@ stages:

- task: GitHubRelease@1
displayName: 'GitHub release update'
condition: not(variables['DisableGithubRelease'])
inputs:
gitHubConnection: 'Gabe-Asa'
action: edit
Expand All @@ -371,7 +368,7 @@ stages:

- stage: Hashes
jobs:
- job: Sign
- job: CombineAndPublish
pool:
vmImage: 'windows-latest'
steps:
Expand All @@ -393,7 +390,6 @@ stages:

- task: GitHubRelease@1
displayName: 'GitHub release update'
condition: not(variables['DisableGithubRelease'])
inputs:
gitHubConnection: 'Gabe-Asa'
action: edit
Expand Down

0 comments on commit 90300c2

Please sign in to comment.