resolved issue with Jenkins not being about the build PRs

This commit is contained in:
David Sparer
2016-12-02 16:49:49 -07:00
parent b08112aec0
commit 8966f44272

6
Jenkinsfile vendored
View File

@@ -5,11 +5,7 @@ node('windows') {
def vsExtensionsDir = "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow"
stage 'Checkout Branch'
checkout([
$class: 'GitSCM',
branches: scm.branches,
userRemoteConfigs: scm.userRemoteConfigs
])
checkout scm
stage 'Restore NuGet Packages'
def nugetPath = "C:\\nuget.exe"