This repository was archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Refactor Nuget operations out of Publish-PSArtifactUtility function #444
Merged
edyoung
merged 8 commits into
PowerShell:development
from
Benny1007:fix#335/refactor-publish-psartifact
Mar 22, 2019
Merged
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b05ed5a
refactor nuget operations out of utility function
Benny1007 93a7bc7
add private function to publish nuget package.
Benny1007 61f792c
address pr comments
Benny1007 ae0e4d1
fix New-NuspecFile to only add urls when necessary
Benny1007 6801a23
return file paths from nuspec and nupkg functions.
Benny1007 a176b3d
fix splatting syntax
Benny1007 45e8516
set strict mode off
Benny1007 a0362bd
change to output nupkgpath based on nuget or dotnet cli output.
Benny1007 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
return file paths from nuspec and nupkg functions.
- Loading branch information
commit 6801a239fd2d68f7703749ab7174fb73e7216332
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still does not allow inspecting the temporary created project file. This makes it a bit magical when trying to understand what got uploaded to a repository as part of the publish process.
@Benny1007 @edyoung
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overwrite the outputpath variable and then you would know where the artifact resides.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, was missing a question mark off the last comment! would need to pass this through from the public function.