Skip to content

Commit 275640b

Browse files
Steve SalasSteve Salas
authored andcommitted
Update build script for 2.6.0 release
1 parent c6edc28 commit 275640b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

appveyor.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ 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 %APPVEYOR_BUILD_VERSION% -versionForDotNetTracerWindowsDownloadUrl %APPVEYOR_JOB_ID%
6-
- 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
5+
- cmd: powershell -file C:\CodePulse\installers\build.ps1 -version 2.6.0 -versionForDotNetTracerWindowsDownloadUrl 2.6.0 -useGitHubDotNetTracerWindowsDownloadUrl
6+
# - 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: >-
99
C:\Windows\System32\regsvr32.exe C:\CodePulse\dotnet-tracer\main\bin\Release\x64\OpenCover.Profiler.dll /s
@@ -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-$(APPVEYOR_BUILD_VERSION)-Linux-x64.zip # Uncomment when not using -skipLinux switch
35-
# name: Code Pulse Linux #
36-
#- path: installers\CodePulse-$(APPVEYOR_BUILD_VERSION)-macOS-x64.zip # Uncomment when not using -skipMac switch
37-
# name: Code Pulse Mac #
38-
- path: installers\CodePulse-$(APPVEYOR_BUILD_VERSION)-Windows-x64.zip
34+
- path: installers\CodePulse-2.6.0-Linux-x64.zip # Comment out when using -skipLinux switch
35+
name: Code Pulse Linux #
36+
- path: installers\CodePulse-2.6.0-macOS-x64.zip # Comment out when using -skipMac switch
37+
name: Code Pulse Mac #
38+
- path: installers\CodePulse-2.6.0-Windows-x64.zip
3939
name: Code Pulse Windows
40-
- path: installers\CodePulse-DotNetTracer-$(APPVEYOR_BUILD_VERSION)-Windows.zip
41-
name: Code Pulse .NET Tracer
40+
- path: installers\CodePulse-DotNetTracer-2.6.0-Windows.zip
41+
name: Code Pulse .NET Tracer

0 commit comments

Comments
 (0)