Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

househeeping: resolve broken CI infrastructure #1587

Merged
merged 35 commits into from
Apr 24, 2018
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
6ce17da
use cake.filehelpers at 0.22.0 cakecore
ghuntley Apr 4, 2018
5d9b424
upgraded to latest version of cake.coveralls
ghuntley Apr 4, 2018
622b687
use cake.powershell at 0.22.0
ghuntley Apr 4, 2018
abd127d
use 2.4.1 of vswhere
ghuntley Apr 4, 2018
c39152c
use 0.7.0 of gitreleasemanager
ghuntley Apr 4, 2018
28b19f7
use 1.4.2 of coveralls
ghuntley Apr 4, 2018
6010fb6
use 3.1.2 of reportgenerator
ghuntley Apr 4, 2018
dede317
use Cake.PinNuGetDependency 3.0.0
ghuntley Apr 4, 2018
b53ac27
more verbose, use 0.22.1
ghuntley Apr 10, 2018
e802213
use nugetversin2 and make it super clear if android_home isnt no buil…
ghuntley Apr 11, 2018
88f0fd1
use bugfix from https://github.com/cake-contrib/Cake.PinNuGetDependen…
ghuntley Apr 12, 2018
ded426e
enable rdp to appveyor
ghuntley Apr 13, 2018
41d5101
what if we didnt
ghuntley Apr 13, 2018
c1e12dc
how about no
ghuntley Apr 23, 2018
6b3e0db
up
ghuntley Apr 23, 2018
810e9e9
okay this version works Oren
ghuntley Apr 23, 2018
b6b07f4
Revert "how about no"
ghuntley Apr 23, 2018
70cb602
R#8
Apr 23, 2018
8b17f27
latest Extras
Apr 23, 2018
639f9c0
Fully qualify type name
Apr 23, 2018
64fbcd5
Don't bring in packages that are too high for the target
Apr 23, 2018
b77aa11
Add serialization reference
Apr 23, 2018
b4327e9
use latest test runtime
Apr 23, 2018
1f057fc
Bump min ver to something supported
Apr 23, 2018
9d64b4d
Add VSTS build script
Apr 23, 2018
9ca8d04
use restore switch
Apr 23, 2018
c53321e
convert to sdk project
Apr 23, 2018
866f6e9
Update vsts script
Apr 23, 2018
4823ef8
update xunit version for vsts support
Apr 23, 2018
eb06ab8
fix packages dir
Apr 23, 2018
4d16f96
record package name for log file
Apr 23, 2018
5d372ad
flatten folders
Apr 23, 2018
c31fd0c
explicitly publish tests for now
Apr 23, 2018
d84e4c9
use xunit2 xml
Apr 24, 2018
d2c6581
don't rdp
Apr 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more verbose, use 0.22.1
ghuntley committed Apr 10, 2018
commit b53ac27ec02eb5d42eeefd44a2b91b115f188e65
4 changes: 2 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
tools\nuget\nuget.exe update -self
tools\nuget\nuget.exe install xunit.runner.console -OutputDirectory tools -Version 2.2.0 -ExcludeVersion
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -Version 0.21.1
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -Version 0.22.1

tools\Cake\Cake.exe build.cake --target=%1
tools\Cake\Cake.exe build.cake --target=%1 --verbosity=diagnostic

exit /b %errorlevel%