ImageSharp.Interactive/ci-build.ps1

7 строки
180 B
PowerShell
Исходник Обычный вид История

2021-07-19 17:08:03 +03:00
dotnet clean -c Release
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
# Building for a specific framework.
2021-07-19 17:19:40 +03:00
dotnet build -c Release /p:RepositoryUrl=$repositoryUrl