remove "experimental" from build target output

This commit is contained in:
2025-03-08 21:21:38 -06:00
parent ed44ea829e
commit 3f2e3dee80

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 -->