-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from MicrosoftEdge/release/6.0.0
Updates to support public release
- Loading branch information
Showing
46 changed files
with
984 additions
and
1,233 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
configuration: Release | ||
|
||
platform: Any CPU | ||
|
||
cache: | ||
- packages -> **\packages.config | ||
|
||
install: | ||
- cmd: choco install gitversion.portable -pre -y | ||
|
||
before_build: | ||
- ps: .\init.ps1 | ||
- cmd: nuget restore -NonInteractive -DisableParallelProcessing | ||
- cmd: gitversion /l console /output buildserver | ||
|
||
build: | ||
publish_nuget: true | ||
publish_nuget_symbols: true | ||
include_nuget_references: true | ||
parallel: true | ||
verbosity: minimal | ||
|
||
test: | ||
categories: | ||
except: | ||
- localOnly | ||
- Benchmark | ||
|
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
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
Oops, something went wrong.