diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index ace9a99..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: publish - -on: - release: - types: [published] - -jobs: - release: - name: Release - runs-on: windows-latest - steps: - - uses: actions/checkout@v1 - - - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 - - - name: Build - run: | - msbuild IPT.Common.sln /t:restore - msbuild IPT.Common.sln /p:Configuration=Release /p:Platform=x64 - - - name: Artifact - uses: actions/upload-artifact@v1 - with: - name: IPT.Common-Release - path: IPT.Common/bin/Release