Skip to content

Commit

Permalink
Add MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 5, 2020
1 parent e351724 commit 8c53b7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
CosmosDBConnectionString: $(CosmosDBConnectionString)

- job: macOS
condition: false
pool:
vmImage: macOS-10.15
variables:
Expand All @@ -56,7 +55,7 @@ jobs:
dependsOn:
- Windows
- Linux
# - macOS
- macOS
pool: ${{ parameters.windowsPool }}
condition: succeededOrFailed()
steps:
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines/publish-codecoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ steps:
artifact: coverageResults-Linux
displayName: Download Linux code coverage results
continueOnError: true
# - download: current
# artifact: coverageResults-macOS
# displayName: Download macOS code coverage results
# continueOnError: true
- download: current
artifact: coverageResults-macOS
displayName: Download macOS code coverage results
continueOnError: true
- powershell: |
dotnet tool install --tool-path obj dotnet-reportgenerator-globaltool --version 4.2.2 --configfile azure-pipelines/justnugetorg.nuget.config
Copy-Item -Recurse $(Pipeline.Workspace)/coverageResults-Windows/obj/* $(System.DefaultWorkingDirectory)/obj
Expand Down

0 comments on commit 8c53b7a

Please sign in to comment.