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

Replace expressions nuget package with stripped down library #182

Merged
merged 5 commits into from
Aug 15, 2020

Conversation

anthony-c-martin
Copy link
Member

@anthony-c-martin anthony-c-martin commented Aug 12, 2020

Closes #177

fe90480 shows the diff between as-is and replaced library

@anthony-c-martin anthony-c-martin added this to the v0.1 milestone Aug 12, 2020
- name: Update NuGet config
# workaround for bug in setup-dotnet action (the config samples for authenticated feeds don't work)
# encryption does not work on Linux or MacOS
run: dotnet nuget update source Official --username bicep --password ${{ secrets.MSAZURE_NUGET_AUTH }} --valid-authentication-types=basic --configfile ./NuGet.config --store-password-in-clear-text
Copy link
Member

Choose a reason for hiding this comment

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

MSAZURE_NUGET_AUTH [](start = 89, length = 18)

After this goes in, can you remove the secret from GitHub?

Copy link
Member Author

Choose a reason for hiding this comment

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

will do!

NuGet.config Show resolved Hide resolved
Copy link
Member

@majastrz majastrz left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@anthony-c-martin anthony-c-martin merged commit d304238 into master Aug 15, 2020
@anthony-c-martin anthony-c-martin deleted the antmarti/expressions branch August 15, 2020 01:11
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.

Fix the MS-internal dependency on Deployments code
2 participants