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