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 00b55a2 commit f7fc57bCopy full SHA for f7fc57b
.github/workflows/cd-controls.yml
@@ -64,7 +64,7 @@ jobs:
64
run: dotnet restore ${{ env.PACKAGE_PROJECT_PATH }}
65
66
- name: Build Files UI Controls
67
- run: dotnet build ${{ matrix.project }}.csproj --configuration Release --no-restore
+ run: dotnet build ${{ env.PACKAGE_PROJECT_PATH }}.csproj --configuration Release --no-restore
68
69
- 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 }}
0 commit comments