Skip to content

Commit 36e822a

Browse files
committed
Update cd-controls.yml
1 parent f7fc57b commit 36e822a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-controls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
run: dotnet restore ${{ env.PACKAGE_PROJECT_PATH }}
6565

6666
- name: Build Files UI Controls
67-
run: dotnet build ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-restore
67+
run: dotnet build ${{ env.PACKAGE_PROJECT_PATH }} --configuration Release --no-restore
6868

6969
- name: Package Files UI Controls
70-
run: dotnet pack ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-build -o ./output -p:Version=${{ steps.extract_version.outputs.version }}
70+
run: dotnet pack ${{ env.PACKAGE_PROJECT_PATH }} --configuration Release --no-build -o ./output -p:Version=${{ steps.extract_version.outputs.version }}
7171

7272
- name: Publish package to NuGet
7373
run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)