Fix build
This commit is contained in:
Родитель
006bde5a41
Коммит
d4d258cbc5
|
@ -1,11 +1,6 @@
|
|||
param(
|
||||
[Parameter(Mandatory = $true, Position = 0)]
|
||||
[string]$targetFramework
|
||||
)
|
||||
|
||||
dotnet clean -c Release
|
||||
|
||||
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
|
||||
|
||||
# Building for a specific framework.
|
||||
dotnet build -c Release -f $targetFramework /p:RepositoryUrl=$repositoryUrl
|
||||
dotnet build -c Release /p:RepositoryUrl=$repositoryUrl
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
dotnet clean -c Release
|
||||
|
||||
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
|
||||
|
||||
# Building for packing and publishing.
|
||||
|
|
Загрузка…
Ссылка в новой задаче