File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- version : 2.6 .{build}
1+ version : 2.7 .{build}
22image : Visual Studio 2017
33clone_folder : C:\CodePulse
44build_script :
5- - cmd : powershell -file C:\CodePulse\installers\build.ps1 -version 2.6.2 -versionForDotNetTracerWindowsDownloadUrl 2.6.2 -useGitHubDotNetTracerWindowsDownloadUrl
5+ - cmd : powershell -file C:\CodePulse\installers\build.ps1 -version 2.7.0 -versionForDotNetTracerWindowsDownloadUrl 2.7.0 -useGitHubDotNetTracerWindowsDownloadUrl
66# - cmd: powershell -file C:\CodePulse\installers\build.ps1 -version %APPVEYOR_BUILD_VERSION% -versionForDotNetTracerWindowsDownloadUrl %APPVEYOR_JOB_ID% -skipMac -skipLinux # skips building packages for macOS and Linux
77before_test :
88- cmd : >-
@@ -31,11 +31,11 @@ after_test:
3131
3232 $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", "C:\CodePulse\OpenCover.Test.Profiler.x64.xml")
3333artifacts :
34- - path : installers\CodePulse-2.6.2 -Linux-x64.zip # Comment out when using -skipLinux switch
34+ - path : installers\CodePulse-2.7.0 -Linux-x64.zip # Comment out when using -skipLinux switch
3535 name : Code Pulse Linux #
36- - path : installers\CodePulse-2.6.2 -macOS-x64.zip # Comment out when using -skipMac switch
36+ - path : installers\CodePulse-2.7.0 -macOS-x64.zip # Comment out when using -skipMac switch
3737 name : Code Pulse Mac #
38- - path : installers\CodePulse-2.6.2 -Windows-x64.zip
38+ - path : installers\CodePulse-2.7.0 -Windows-x64.zip
3939 name : Code Pulse Windows
40- - path : installers\CodePulse-DotNetTracer-2.6.2 -Windows.zip
40+ - path : installers\CodePulse-DotNetTracer-2.7.0 -Windows.zip
4141 name : Code Pulse .NET Tracer
You can’t perform that action at this time.
0 commit comments