Add tcli
This commit is contained in:
parent
763c45e0be
commit
7adac63345
|
|
@ -92,6 +92,6 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="PackThunderstore" DependsOnTargets="NetcodePatch" AfterTargets="PostBuildEvent" Condition="$(Configuration) == 'Release'">
|
<Target Name="PackThunderstore" DependsOnTargets="NetcodePatch" AfterTargets="PostBuildEvent" Condition="$(Configuration) == 'Release'">
|
||||||
<Exec Command="tcli build --config-path "$(ProjectDir)Thunderstore/thunderstore.toml" --package-version $(Version) --package-name $(Product)" />
|
<Exec Command="dotnet tcli build --config-path "$(ProjectDir)Thunderstore/thunderstore.toml" --package-version $(Version) --package-name $(Product)" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"isRoot": true,
|
||||||
|
"tools": {
|
||||||
|
"tcli": {
|
||||||
|
"version": "0.2.4",
|
||||||
|
"commands": [
|
||||||
|
"tcli"
|
||||||
|
],
|
||||||
|
"rollForward": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue