Skip to content

Commit

Permalink
Use cake 22 (reactiveui#1593)
Browse files Browse the repository at this point in the history
* use later xunit so we don't need a publish step
* move nuget.config to root
* remove explicit install of older xunit
* use right tool name
  • Loading branch information
Oren Novotny authored Apr 24, 2018
1 parent 34a9755 commit d9e0d75
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ steps:
SIGNCLIENT_USER: $(SignClientUser)
VSTS_ACCESS_TOKEN: $(System.AccessToken)

- task: PublishTestResults@2
inputs:
testRunner: XUnit
testResultsFiles: 'artifacts\*tests*.xml'

- task: CopyFiles@2
inputs:
Contents: 'artifacts/*.nupkg'
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#tool "nuget:?package=OpenCover&version=4.6.519"
#tool "nuget:?package=ReportGenerator&version=3.1.2"
#tool "nuget:?package=vswhere&version=2.4.1"
#tool "nuget:?package=xunit.runner.console&version=2.4.0-beta.2.build3984"

//////////////////////////////////////////////////////////////////////
// ARGUMENTS
Expand Down
1 change: 0 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@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.22.1

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

0 comments on commit d9e0d75

Please sign in to comment.