Skip to content

Commit 85651ee

Browse files
author
Steve Salas
committed
Update build script for 2.5.0 release
1 parent e5efccf commit 85651ee

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.5.{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%
5+
- cmd: powershell -file C:\CodePulse\installers\build.ps1 -version 2.5.0 -versionForDotNetTracerWindowsDownloadUrl 2.5.0 -useGitHubDotNetTracerWindowsDownloadUrl
66
before_test:
77
- cmd: >-
88
C:\Windows\System32\regsvr32.exe C:\CodePulse\dotnet-tracer\main\bin\Release\x64\OpenCover.Profiler.dll /s
@@ -30,11 +30,11 @@ after_test:
3030
3131
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", "C:\CodePulse\OpenCover.Test.Profiler.x64.xml")
3232
artifacts:
33-
- path: installers\CodePulse-$(APPVEYOR_BUILD_VERSION)-Linux-x64.zip
33+
- path: installers\CodePulse-2.5.0-Linux-x64.zip
3434
name: Code Pulse Linux
35-
- path: installers\CodePulse-$(APPVEYOR_BUILD_VERSION)-macOS-x64.zip
35+
- path: installers\CodePulse-2.5.0-macOS-x64.zip
3636
name: Code Pulse Mac
37-
- path: installers\CodePulse-$(APPVEYOR_BUILD_VERSION)-Windows-x64.zip
37+
- path: installers\CodePulse-2.5.0-Windows-x64.zip
3838
name: Code Pulse Windows
39-
- path: installers\CodePulse-DotNetTracer-$(APPVEYOR_BUILD_VERSION)-Windows.zip
39+
- path: installers\CodePulse-DotNetTracer-2.5.0-Windows.zip
4040
name: Code Pulse .NET Tracer

0 commit comments

Comments
 (0)