diff --git a/appveyor.yml b/appveyor.yml index ab4e2c47..efbfb784 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,13 +11,14 @@ version: 1.0.0.{build} # environment configuration # #---------------------------------# -# environment variables -environment: - UnitTest: false +# enable patching of AssemblyInfo.* files -# enable service required for build/tests -services: - - mssql2014 # start SQL Server 2014 Express +assembly_info: + patch: true + file: src\Common\GlobalAssemblyInfo.cs + assembly_version: "{version}" + assembly_file_version: "{version}" + assembly_informational_version: "{version}" #---------------------------------# @@ -28,11 +29,11 @@ services: configuration: Release build: - project: src\BuildScripts\build.proj + project: src\BugNET.sln verbosity: minimal + publish_wap: true - #---------------------------------# # tests configuration # #---------------------------------# @@ -42,13 +43,8 @@ test: off #---------------------------------# # artifacts configuration # #---------------------------------# - -artifacts: -# pushing entire folder as a zip archive - - path: src\build\dist - name: BugNet-$(configuration) - type: zip +# web deploy artifacts are copied already #---------------------------------# # deployment configuration # diff --git a/src/BugNET_WAP/BugNET_WAP.csproj b/src/BugNET_WAP/BugNET_WAP.csproj index bdcaca26..e932f664 100644 --- a/src/BugNET_WAP/BugNET_WAP.csproj +++ b/src/BugNET_WAP/BugNET_WAP.csproj @@ -3503,13 +3503,20 @@ + + + + +