Skip to content

Conversation

@MiYanni
Copy link
Contributor

@MiYanni MiYanni commented Sep 6, 2018

For now, simply created a .proj that can push the packages to our MyGet feed as long as an ApiKey is provided.

@MiYanni MiYanni mentioned this pull request Sep 6, 2018
Copy link
Member

@markcowl markcowl 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, other than tagging the repo

<ItemGroup>
<PackagePaths Include="$(PackDir)*.nupkg" />
</ItemGroup>
<Exec Command="$(NuGet) push %(PackagePaths.FullPath) -ApiKey $(ApiKey) -Source https://www.myget.org/F/azure-powershell/api/v2/package" />
Copy link
Member

Choose a reason for hiding this comment

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

What about tagging the repo?

@MiYanni MiYanni merged commit 1ca4022 into develop Sep 6, 2018
@maddieclayton maddieclayton deleted the publish-process branch February 7, 2019 23:24
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