Remove bad build instruction

This commit is contained in:
zontreck 2024-12-17 12:12:27 -07:00
parent d33d11123d
commit de69387754

4
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
sh ''' sh '''
dotnet restore dotnet restore
dotnet publish ForgeCore.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true dotnet publish ForgeCore.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true
''' '''
} }
} }
@ -41,7 +41,7 @@ pipeline {
bat ''' bat '''
dotnet restore dotnet restore
dotnet publish ForgeCore.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=true dotnet publish ForgeCore.csproj --nologo -c Release --self-contained true /p:PublishSingleFile=true
''' '''
} }
} }