Release of 1.1.4

This commit is contained in:
Patrick Fic
2024-11-22 09:38:13 -08:00
parent a69f77fc53
commit 4d4ab644d5
3 changed files with 4 additions and 3 deletions

View File

@@ -561,7 +561,7 @@
<GetAssemblyIdentity AssemblyFiles="$(TargetPath)">
<Output TaskParameter="Assemblies" ItemName="myAssemblyInfo" />
</GetAssemblyIdentity>
<Exec Command="nuget pack RomeOnlinePartner.nuspec -Version %(myAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
<!-- <Exec Command="nuget pack RomeOnlinePartner.nuspec -Version %(myAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" /> -->
<Exec Command="squirrel --releasify $(OutDir)RomeOnlinePartner.$([System.Version]::Parse(%(myAssemblyInfo.Version)).ToString(3)).nupkg" />
</Target>
</Project>