Browse Source

Use proper naming convention so the build artefacts are picked up properly

pull/724/head
Christoph Wille 9 years ago
parent
commit
550e149e1e
  1. 2
      BuildTools/Automated.proj

2
BuildTools/Automated.proj

@ -94,7 +94,7 @@ @@ -94,7 +94,7 @@
WorkingDirectory="$(ILSpyBin)"
ZipFileName="$(ArtefactsOutputDir)\$(ArtefactPrefix)$(BuildNumber)_Binaries.zip"/>
<Copy SourceFiles="$(VsixBin)\ILSpy.AddIn.vsix"
DestinationFiles="$(ArtefactsOutputDir)\ILSpy.AddIn_$(BuildNumber).vsix"/>
DestinationFiles="$(ArtefactsOutputDir)\$(ArtefactPrefix)$(BuildNumber)_Addin.vsix"/>
</Target>
<Target Name="zipsource">

Loading…
Cancel
Save