Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit eca7d11c authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Directory Props and Build Targets: Added deterministic build (without...

Directory Props and Build Targets: Added deterministic build (without timestamp), and added the framework name to the deploy-zip file.
parent 24093c55
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
<Company>European Union</Company>
<Copyright>Copyright © 2012-$([System.DateTime]::UtcNow.Year)</Copyright>
<PlatformTarget>AnyCPU</PlatformTarget>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup>
......
......@@ -124,7 +124,7 @@
<CurrentDate>$([System.DateTime]::Now.ToString(yyy_MM_dd))</CurrentDate>
</PropertyGroup>
<Message Text="Creating ZIP, CurrentDate: $(CurrentDate)"/>
<Zip OutputFilename="$(SolutionDir)$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version).zip" Files="@(ZipFiles)" SourcePath="$(OutputPath)" DestinationPath="$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)\"/>
<Zip OutputFilename="$(SolutionDir)$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)-$(TargetFramework).zip" Files="@(ZipFiles)" SourcePath="$(OutputPath)" DestinationPath="$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)\"/>
</Target>
<Target Name="CleanVectoDeploy" AfterTargets="AfterClean">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment