-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for LocalStack.Client.Extensions to publish-nuget
- Loading branch information
1 parent
c5e4d3c
commit 5e68680
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
13 changes: 13 additions & 0 deletions
13
build/LocalStack.Build/Properties/launchSettings-example.json
This file contains 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"profiles": { | ||
"LocalStack.Build": { | ||
"commandName": "Project", | ||
"commandLineArgs": "--target nuget-push --package-version 1.2.3 --package-source myget --package-id LocalStack.Client --package-secret ************************" | ||
}, | ||
"WSL 2": { | ||
"commandName": "WSL2", | ||
"commandLineArgs": "--target get-version", | ||
"distributionName": "Ubuntu-18.04" | ||
} | ||
} | ||
} |