-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Validate the NuGet packages before publishing. - Publish packages to MyGet and NuGet as separate jobs after the build. - Push from `dev*` branches to handle long-lived ASP.NET Core vNext branches. - Recommend the GitHub Actions extension for Visual Studio Code.
- Loading branch information
1 parent
02931f8
commit 5122de7
Showing
2 changed files
with
79 additions
and
14 deletions.
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"recommendations": [ | ||
"editorconfig.editorconfig", | ||
"github.vscode-github-actions", | ||
"ms-dotnettools.csharp" | ||
] | ||
} |