Skip to content

Commit d4d258c

Browse files
Fix build
1 parent 006bde5 commit d4d258c

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

ci-build.ps1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
param(
2-
[Parameter(Mandatory = $true, Position = 0)]
3-
[string]$targetFramework
4-
)
5-
61
dotnet clean -c Release
72

83
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
94

105
# Building for a specific framework.
11-
dotnet build -c Release -f $targetFramework /p:RepositoryUrl=$repositoryUrl
6+
dotnet build -c Release /p:RepositoryUrl=$repositoryUrl

ci-pack.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dotnet clean -c Release
2+
13
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
24

35
# Building for packing and publishing.

0 commit comments

Comments
 (0)