Skip to content

Commit

Permalink
Ensure AssemblyInfo exists, see #153
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Nov 5, 2016
1 parent 9069aec commit f8ef40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -18,7 +18,7 @@ install:

before_build:
- cmd: nuget restore Solutions/SharpArch.sln
- ps: gitversion /l console /output buildserver /updateAssemblyInfo .\Common\AssemblyVersion.cs
- ps: gitversion /l console /output buildserver /ensureAssemblyInfo .\Common\AssemblyVersion.cs

build_script:
- cmd: '"%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" Build\Build.proj /t:Build,Package,FindDuplicates,InspectCode,PackageNuget'
Expand Down

0 comments on commit f8ef40f

Please sign in to comment.