Compare commits

...

2 Commits

Author SHA1 Message Date
3f2e3dee80 remove "experimental" from build target output 2025-03-08 21:21:38 -06:00
ed44ea829e Merge pull request #40 from rmroc451/experimental-2024-6
Experimental 2024.6 to main
2025-03-08 21:18:23 -06:00

View File

@@ -39,7 +39,7 @@
<!-- Folder we'll put the published zips into -->
<PublishPath>../bin</PublishPath>
<ZipName>$(PublishPath)/$(AssemblyName)_$(AssemblyVersion)_Experimental.zip</ZipName>
<ZipName>$(PublishPath)/$(AssemblyName)_$(AssemblyVersion).zip</ZipName>
</PropertyGroup>
<!-- Assure the output path exists -->