Skip to content
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

[automation] - Add diff to up and preview in automation API #6413

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

bob-bins
Copy link
Contributor

No description provided.

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

@github-actions
Copy link

PR is now waiting for a maintainer to run the acceptance tests.

Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

brew cask install dotnet dotnet-sdk
curl https://raw.githubusercontent.com/Homebrew/homebrew-cask/0272f0d33f/Casks/dotnet-sdk.rb > dotnet-sdk.rb # v3.1.0
brew install --HEAD -s dotnet-sdk.rb
rm dotnet-sdk.rb
Copy link
Contributor Author

@bob-bins bob-bins Feb 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brew cask install dotnet dotnet-sdk is not valid for two reasons: the packages conflict with each other and the latest version of dotnet-sdk is not compatible with the tests (also cask is not a valid option for the latest version of brew).

brew is picky and requires that the filename be the same as the package name, which is why i couldn't just pipe the output from curl into brew install.

@jaxxstorm
Copy link
Contributor

/run-acceptance-tests

@github-actions
Copy link

Please view the results of the PR Build + Acceptance Tests Run Here

@komalali komalali self-assigned this Feb 24, 2021
@komalali
Copy link
Member

Thanks so much for the PR @bob-bins, this is awesome! Extra gratitude for implementing it across languages 🙏

@komalali komalali changed the title [automation] - Add diff option to up and preview in automation API [automation] - Add diff to up and preview in automation API Feb 24, 2021
@komalali komalali merged commit 256e828 into pulumi:master Feb 24, 2021
abhinav pushed a commit to pulumi/pulumi-dotnet that referenced this pull request Jan 11, 2023
…ulumi#6413)

Co-authored-by: Mike Chen <mikechen@ip-192-168-1-8.ec2.internal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants