We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c70c9 commit e5ca058Copy full SHA for e5ca058
Directory.Build.props
@@ -5,7 +5,7 @@
5
<InvariantGlobalization>true</InvariantGlobalization>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
<LangVersion>latest</LangVersion>
8
- <Version>0.30.5</Version>
+ <Version>0.30.6</Version>
9
<LangVersion>preview</LangVersion>
10
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
11
<EnablePreviewFeatures>true</EnablePreviewFeatures>
workloads/publish.ps1
@@ -0,0 +1,13 @@
1
+rm -r -fo ./compiler/bin
2
+rm -r -fo ./compiler/obj
3
+rm -r -fo ./runtime/bin
4
+rm -r -fo ./runtime/obj
+
+cd ./compiler
+& "C:\git\vein.lang\tools\compiler\bin\Debug\net8.0\veinc.exe" build --gen-shard
+rune publish
+cd ..
+cd ./runtime
12
13
0 commit comments