4 lines
128 B
PowerShell
4 lines
128 B
PowerShell
# This is required as dotnet run app.cs doesn't work yet from the same directory as the csproj
|
|
cd build
|
|
dotnet run PostBuild.cs
|