Skip to content

Commit 2af26e7

Browse files
author
Steve Salas
committed
Update build script for 2.6.2 release
1 parent 2c3dd9f commit 2af26e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.6.{build}
22
image: Visual Studio 2017
33
clone_folder: C:\CodePulse
44
build_script:
5-
- cmd: powershell -file C:\CodePulse\installers\build.ps1 -version 2.6.1 -versionForDotNetTracerWindowsDownloadUrl 2.6.1 -useGitHubDotNetTracerWindowsDownloadUrl
5+
- cmd: powershell -file C:\CodePulse\installers\build.ps1 -version 2.6.2 -versionForDotNetTracerWindowsDownloadUrl 2.6.2 -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
77
before_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")
3333
artifacts:
34-
- path: installers\CodePulse-2.6.1-Linux-x64.zip # Comment out when using -skipLinux switch
34+
- path: installers\CodePulse-2.6.2-Linux-x64.zip # Comment out when using -skipLinux switch
3535
name: Code Pulse Linux #
36-
- path: installers\CodePulse-2.6.1-macOS-x64.zip # Comment out when using -skipMac switch
36+
- path: installers\CodePulse-2.6.2-macOS-x64.zip # Comment out when using -skipMac switch
3737
name: Code Pulse Mac #
38-
- path: installers\CodePulse-2.6.1-Windows-x64.zip
38+
- path: installers\CodePulse-2.6.2-Windows-x64.zip
3939
name: Code Pulse Windows
40-
- path: installers\CodePulse-DotNetTracer-2.6.1-Windows.zip
40+
- path: installers\CodePulse-DotNetTracer-2.6.2-Windows.zip
4141
name: Code Pulse .NET Tracer

0 commit comments

Comments
 (0)