Skip to content

Commit b4eb612

Browse files
committed
ci: deprecate msvs job
1 parent 1e942cd commit b4eb612

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -177,31 +177,31 @@ jobs:
177177
myci-deploy-pacman-ssh.sh --server gagis.hopto.org --key repo_key_rsa --repo cppfw/msys2/${{ matrix.repo }} --database cppfw_${{ matrix.repo }} $f
178178
done
179179
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-
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/')
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/')
205205
##### vcpkg-linux #####
206206
vcpkg-linux:
207207
strategy:

0 commit comments

Comments
 (0)