Updated build script for base version.
This commit is contained in:
parent
5599fceef6
commit
be6332c336
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ assembly_info:
|
|||
file: AssemblyInfo.*
|
||||
assembly_version: '{version}'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '3.0.0 Alpha'
|
||||
assembly_informational_version: '3.0.0 Base'
|
||||
before_build:
|
||||
- nuget restore
|
||||
build_script:
|
||||
|
@ -26,5 +26,5 @@ after_test:
|
|||
- codecov -f "coverage.xml"
|
||||
artifacts:
|
||||
- path: SafeExamBrowser.Runtime\bin\$(platform)\$(configuration)
|
||||
name: '$(appveyor_build_version)_Alpha'
|
||||
name: '$(appveyor_build_version)_Base'
|
||||
type: zip
|
||||
|
|
Loading…
Add table
Reference in a new issue