mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 13:03:22 +08:00
<chore>
This commit is contained in:
parent
409bd6afc3
commit
b3665aba40
@ -1,4 +1,3 @@
|
||||
dotnet tool restore
|
||||
dotnet build
|
||||
dotnet publish -c Release -r win-x64 --sc -p:"PublishSingleFile=true" -o ./build/win-x64
|
||||
Remove-Item -r ./build/temp
|
@ -50,6 +50,7 @@
|
||||
<ItemGroup Condition="!Exists('Lang\Str.Designer.cs')">
|
||||
<Compile Include="Lang\Str.Designer.cs" />
|
||||
</ItemGroup>
|
||||
<Exec Command="dotnet tool restore" />
|
||||
<Exec WorkingDirectory="$(ProjectDir)\Lang" Command="dotnet t4 Str.tt" />
|
||||
</Target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user