-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes required for new deployment system (#2)
- Loading branch information
Showing
25 changed files
with
884 additions
and
305 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,21 +1,19 @@ | ||
# NuGet.Status | ||
|
||
This repo contains the website running NuGet's [public status page](https://status.nuget.org). The status page is in an early preview. | ||
This repo contains the website running NuGet's [public status page](https://status.nuget.org). | ||
|
||
## Contributing | ||
|
||
Pull requests should be based on the `dev` branch. Once a release is planned, the `dev` branch or specific, cherry-picked changes can flow to `master`. | ||
Set up your DEV environment: | ||
|
||
To deploy, merge into the `release-{environment}` branch. | ||
```scripts\Setup-DevEnvironment.ps1``` | ||
|
||
* `release-dev` deploys to [http://nuget-dev-0-status.azurewebsites.net](http://nuget-dev-0-status.azurewebsites.net) | ||
* `release-int` deploys to [http://nuget-int-0-status.azurewebsites.net](http://nuget-int-0-status.azurewebsites.net) | ||
* `release-prod` deploys to [https://status.nuget.org](https://status.nuget.org) ([http://nuget-prod-status.trafficmanager.net](http://nuget-prod-status.trafficmanager.net)) | ||
Pull requests should be based on the `dev` branch. Once a release is planned, the `dev` branch or specific, cherry-picked changes, can flow to `master`. | ||
|
||
## Feedback | ||
|
||
If you're having trouble with the NuGet.org Website, file a bug on the [NuGet Gallery Issue Tracker](https://github.com/nuget/NuGetGallery/issues). | ||
|
||
If you're having trouble with the NuGet client tools (the Visual Studio extension, NuGet.exe command line tool, etc.), file a bug on [NuGet Home](https://github.com/nuget/home/issues). | ||
|
||
Check out the [contributing](http://docs.nuget.org/contribute) page to see the best places to log issues and start discussions. The [NuGet Home](https://github.com/NuGet/Home) repo provides an overview of the different NuGet projects available. | ||
Check out the [contributing](http://docs.nuget.org/contribute) page to see the best places to log issues and start discussions. The [NuGet Home](https://github.com/NuGet/Home) repo provides an overview of the different NuGet projects available. |
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 @@ | ||
PowerShell.exe -NoProfile -ExecutionPolicy ByPass ".\build.ps1 -Configuration 'Release' -Verbose" |
Oops, something went wrong.