Skip to content

Commit af541e2

Browse files
committed
Fix deprecated build
1 parent 076a906 commit af541e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget_publish_deprecated_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish
1+
name: DEPRECATED Build and publish old Q42 packages
22
on:
33
push:
44
branches:
@@ -25,7 +25,7 @@ jobs:
2525
run: nuget restore src\Q42.HueApi.v1.deprecated.sln
2626

2727
- name: Build
28-
run: msbuild src\Q42.HueApi.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
28+
run: msbuild src\Q42.HueApi.v1.deprecated.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
2929

3030
- name: Publish Q42 HueApi
3131
run: dotnet nuget push src\Q42.HueApi\bin\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)