-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Release/1.5.4 fix #5599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release/1.5.4 fix #5599
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,18 +55,15 @@ jobs: | |
| container: ${{ parameters.container }} | ||
|
|
||
| steps: | ||
| # Work around MacOS Homebrew image/environment bug: https://github.com/actions/virtual-environments/issues/1811 | ||
| # Work around MacOS Homebrew image/environment bug: https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076 | ||
| - ${{ if eq(parameters.pool.name, 'Hosted macOS') }}: | ||
| - script: | | ||
| brew uninstall [email protected] | | ||
| brew uninstall [email protected] | | ||
| brew untap local/openssl | | ||
| brew untap local/python2 | ||
| rm -rf /usr/local/bin/2to3 | ||
| displayName: MacOS Homebrew bug Workaround | ||
| continueOnError: true | ||
| # Extra MacOS step required to install OS-specific dependencies | ||
| - ${{ if eq(parameters.pool.name, 'Hosted macOS') }}: | ||
| - script: brew update && brew unlink [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force | ||
| - script: brew update && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force | ||
| displayName: Install MacOS build dependencies | ||
| - ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.name, 'Hosted Ubuntu 1604')) }}: | ||
| - bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH" | ||
|
|
@@ -156,7 +153,7 @@ jobs: | |
| testRunner: 'xUnit' | ||
| searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults' | ||
| # Upload all test results except performance test project. On CI by default performance tests | ||
| # will not run and test result files will still be generate without details. Avoid uploading | ||
| # will not run and test result files will still be generate without details. Avoid uploading | ||
| # performance test result to avoid warnings on publish test result stage. | ||
| testResultsFiles: | | ||
| **/*.xml | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,11 +50,9 @@ phases: | |
| queue: | ||
| name: Hosted macOS | ||
| steps: | ||
| # Work around MacOS Homebrew image/environment bug: https://github.com/actions/virtual-environments/issues/2322#issuecomment-749211076 | ||
| - script: | | ||
| brew uninstall [email protected] | | ||
| brew uninstall [email protected] | | ||
| brew untap local/openssl | | ||
| brew untap local/python2 | ||
| rm -rf /usr/local/bin/2to3 | ||
| displayName: MacOS Homebrew bug Workaround | ||
| continueOnError: true | ||
| - script: brew update && brew unlink [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force | ||
|
|
@@ -235,7 +233,7 @@ phases: | |
| # Depending on the value of DotNetFinalVersionKind, the name of the package will change. | ||
| # For our nightly builds we want it to be empty, and when creating the official nugets, we want it to be "release" | ||
| # the value of the version kind is set when queuing the publishing job on AzureDevOps by adding a VERSIONKIND variable | ||
| # See more info in: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md#package-version | ||
| # See more info in: https://github.com/dotnet/arcade/blob/master/Documentation/CorePackages/Versioning.md#package-version | ||
| - script: ./build.cmd -configuration $(BuildConfig) -pack -ci /p:OfficialBuildId=$(OfficialBuildId) /p:DotNetFinalVersionKind=$(DotnetVersionKind) /p:RestorePackagesPath=$(Build.SourcesDirectory)\packages /p:NUGET_PACKAGES=$(Build.SourcesDirectory)\packages | ||
| displayName: Build Packages | ||
|
|
||
|
|
@@ -261,7 +259,7 @@ phases: | |
| displayName: Push packages to AzureDevOps feed | ||
| inputs: | ||
| command: push | ||
| packagesToPush: $(Build.SourcesDirectory)/artifacts/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/**/*.snupkg | ||
| packagesToPush: $(Build.SourcesDirectory)/artifacts/**/*.nupkg;!$(Build.SourcesDirectory)/artifacts/**/*.snupkg | ||
| nuGetFeedType: external | ||
| publishFeedCredentials: machinelearning-dnceng-public-feed | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.