We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006bde5 commit d4d258cCopy full SHA for d4d258c
2 files changed
ci-build.ps1
@@ -1,11 +1,6 @@
1
-param(
2
- [Parameter(Mandatory = $true, Position = 0)]
3
- [string]$targetFramework
4
-)
5
-
6
dotnet clean -c Release
7
8
$repositoryUrl = "https://github.com/$env:GITHUB_REPOSITORY"
9
10
# Building for a specific framework.
11
-dotnet build -c Release -f $targetFramework /p:RepositoryUrl=$repositoryUrl
+dotnet build -c Release /p:RepositoryUrl=$repositoryUrl
ci-pack.ps1
@@ -1,3 +1,5 @@
+dotnet clean -c Release
+
# Building for packing and publishing.
0 commit comments