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 076a906 commit af541e2Copy full SHA for af541e2
.github/workflows/nuget_publish_deprecated_packages.yml
@@ -1,4 +1,4 @@
1
-name: Build and publish
+name: DEPRECATED Build and publish old Q42 packages
2
on:
3
push:
4
branches:
@@ -25,7 +25,7 @@ jobs:
25
run: nuget restore src\Q42.HueApi.v1.deprecated.sln
26
27
- name: Build
28
- run: msbuild src\Q42.HueApi.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
+ run: msbuild src\Q42.HueApi.v1.deprecated.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
29
30
- name: Publish Q42 HueApi
31
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