Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Aug 18, 2015
1 parent baa49c3 commit 8ec961d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Master.proj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
<Output TaskParameter="Year" PropertyName="Year" />
</Time>

<Message Text="Version: $(AssemblyInformationalVersion)"/>
<Message Text="AssemblyVersion: $(AssemblyVersion)"/>
<Message Text="AssemblyFileVersion: $(AssemblyFileVersion)"/>
<Message Text="PackageVersion: $(PackageVersion)"/>

<AssemblyInfo CodeLanguage="CS"
OutputFile="$(SourceFolder)\GlobalAssemblyInfo.cs"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_build:
- .\bootstrap.cmd
build:
project: master.proj
verbosity: minimal
verbosity: normal
test: off
artifacts:
- path: '*.nupkg'
Expand Down

0 comments on commit 8ec961d

Please sign in to comment.