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