diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 148e77c..7a820b6 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -1,4 +1,4 @@ -name: build +name: Build on: push: branches: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 714f304..9f98827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,10 +38,3 @@ jobs: run: dotnet pack ./src/CastForm -c Release --include-source -o ./artifacts/pack -p:PackageVersion=${{env.RELEASE_VERSION}} - name: Publish to Nuget run: dotnet nuget push ./artifacts/pack/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s https://api.nuget.org/v3/index.json - - name: Publish to Github - run: dotnet nuget push ./artifacts/pack/*.nupkg -k ${{secrets.NUGET_TOKEN}} -s "github" - - name: Archive Nuget pack - uses: actions/upload-artifact@v1 - with: - name: CastForm v${{env.RELEASE_VERSION}} - path: ./artifacts/pack/CastForm ${{env.RELEASE_VERSION}}.nupkg diff --git a/src/Mozilla.IoT.WebThing/Mozilla.IoT.WebThing.csproj b/src/Mozilla.IoT.WebThing/Mozilla.IoT.WebThing.csproj index a0d7e61..71fe718 100644 --- a/src/Mozilla.IoT.WebThing/Mozilla.IoT.WebThing.csproj +++ b/src/Mozilla.IoT.WebThing/Mozilla.IoT.WebThing.csproj @@ -4,5 +4,16 @@ $(ThingAppTargetFrameworks) Library enable + Mozilla.IoT.WebThing + Implementation of an HTTP Mozilla Web Thing. + https://github.com/lillo42/webthing-csharp + git + true + true + snupkg + + + +