@@ -177,31 +177,31 @@ jobs:
177
177
myci-deploy-pacman-ssh.sh --server gagis.hopto.org --key repo_key_rsa --repo cppfw/msys2/${{ matrix.repo }} --database cppfw_${{ matrix.repo }} $f
178
178
done
179
179
if : startsWith(github.ref, 'refs/tags/')
180
- # #### msvs #####
181
- msvs :
182
- runs-on : windows-latest
183
- defaults :
184
- run :
185
- shell : powershell
186
- steps :
187
- - name : git clone
188
- uses : actions/checkout@v2
189
- - name : install CoAPP tools
190
- uses : myci-actions/install-coapp-tools@main
191
- - name : nuget update
192
- run : |
193
- nuget restore msvs_solution/msvs_solution.sln
194
- nuget update msvs_solution/msvs_solution.sln
195
- - name : add msbuild to PATH
196
-
197
- - name : build
198
- run : .\nuget\build_nuget.ps1
199
- - name : deploy
200
- uses : myci-actions/publish-nuget@main
201
- with :
202
- filename : ' .\nuget\*.nupkg'
203
- api-key : ${{ secrets.NUGET_DOT_ORG_API_KEY }}
204
- if : startsWith(github.ref, 'refs/tags/')
180
+ # #### msvs ##### DEPRECATED
181
+ # msvs:
182
+ # runs-on: windows-latest
183
+ # defaults:
184
+ # run:
185
+ # shell: powershell
186
+ # steps:
187
+ # - name: git clone
188
+ # uses: actions/checkout@v2
189
+ # - name: install CoAPP tools
190
+ # uses: myci-actions/install-coapp-tools@main
191
+ # - name: nuget update
192
+ # run: |
193
+ # nuget restore msvs_solution/msvs_solution.sln
194
+ # nuget update msvs_solution/msvs_solution.sln
195
+ # - name: add msbuild to PATH
196
+ # uses: microsoft/[email protected]
197
+ # - name: build
198
+ # run: .\nuget\build_nuget.ps1
199
+ # - name: deploy
200
+ # uses: myci-actions/publish-nuget@main
201
+ # with:
202
+ # filename: '.\nuget\*.nupkg'
203
+ # api-key: ${{ secrets.NUGET_DOT_ORG_API_KEY }}
204
+ # if: startsWith(github.ref, 'refs/tags/')
205
205
# #### vcpkg-linux #####
206
206
vcpkg-linux :
207
207
strategy :
0 commit comments