Skip to content

Commit f96a846

Browse files
committed
Merge steps
1 parent 007069d commit f96a846

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cd-controls.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ jobs:
6363
msbuild "$env:PACKAGE_PROJECT_PATH" `
6464
-t:Build `
6565
-p:Platform=$env:PLATFORM `
66-
-p:Configuration=$env:CONFIGURATION
67-
68-
- name: Package Files UI Controls
69-
run: dotnet pack ${{ env.PACKAGE_PROJECT_PATH }} --configuration ${{ env.CONFIGURATION }} --no-build -o ./output
66+
-p:Configuration=$env:CONFIGURATION `
67+
-p:PackageOutputPath="$env:WORKING_DIR\output"
7068
7169
- name: Publish package to NuGet
7270
run: dotnet nuget push ./output/*.nupkg --api-key (SECRET GOES HERE) --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)