File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : 1.1.0. {build}
1+ version : build- {build}
22image : Visual Studio 2017
33
44platform :
@@ -18,24 +18,22 @@ build_script:
1818 - msbuild CodeStats.sln /m /p:configuration="%configuration%" /p:platform="%platform%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
1919
2020after_build :
21- - cd "%APPVEYOR_BUILD_FOLDER%"\CodeStats
21+ - cd "%APPVEYOR_BUILD_FOLDER%"
2222 - ps : >-
2323
2424 if ($env:PLATFORM -eq "x64" -and $env:CONFIGURATION -eq "Release") {
25- Push-AppveyorArtifact "bin\x64\$env:CONFIGURATION\CodeStats.dll" -FileName CodeStats .dll
25+ Push-AppveyorArtifact "CodeStats\ bin\x64\$env:CONFIGURATION\CodeStats.dll" -FileName CodeStats_x64 .dll
2626 }
2727
2828 if ($env:PLATFORM -eq "x86" -and $env:CONFIGURATION -eq "Release") {
29- Push-AppveyorArtifact "bin\$env:CONFIGURATION\CodeStats.dll" -FileName CodeStats .dll
29+ Push-AppveyorArtifact "CodeStats\ bin\$env:CONFIGURATION\CodeStats.dll" -FileName CodeStats_x86 .dll
3030 }
3131
32- if ($($env:APPVEYOR_REPO_TAG) -eq "true" -and $env:CONFIGURATION -eq "Release") {
33- if ($env:PLATFORM -eq "x64" -or $env:PLATFORM -eq "x86") {
34- $ZipFileName = "notepadpp-CodeStats_$($env:APPVEYOR_REPO_TAG_NAME)_$($env:PLATFORM).zip"
35- Remove-Item bin\$env:PLATFORM\$env:CONFIGURATION\*.exp
36- Remove-Item bin\$env:PLATFORM\$env:CONFIGURATION\*.lib
37- 7z a $ZipFileName bin\$env:PLATFORM\$env:CONFIGURATION\*
38- }
32+ if ($env:PLATFORM -eq "x64" -or $env:PLATFORM -eq "x86") {
33+ $ZipFileName = "notepadpp-CodeStats_$($env:APPVEYOR_REPO_TAG_NAME)_$($env:PLATFORM).zip"
34+ Remove-Item CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*.exp
35+ Remove-Item CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*.lib
36+ 7z a $ZipFileName CodeStats\bin\$env:PLATFORM\$env:CONFIGURATION\*
3937 }
4038
4139artifacts :
You can’t perform that action at this time.
0 commit comments