File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -197,14 +197,14 @@ jobs:
197197 name : vsix-v${{ steps.versions.outputs.product_full_version }}
198198 if-no-files-found : error
199199 path : " Reqnroll.VisualStudio.Package/bin/${{ steps.versions.outputs.product_configuration }}/net481/*.vsix"
200- - uses : nuget/setup-nuget@v1.2
201- - name : Prepare Connector Tests
202- shell : pwsh
203- run : |
204- cd Tests/ExternalPackages
205- ./buildExternalPackages.ps1
206- cd PackagesForTests
207- nuget install packages.config
200+ # - uses: nuget/setup-nuget@v1.2
201+ # - name: Prepare Connector Tests
202+ # shell: pwsh
203+ # run: |
204+ # cd Tests/ExternalPackages
205+ # ./buildExternalPackages.ps1
206+ # cd PackagesForTests
207+ # nuget install packages.config
208208 - name : Upload Connectors
209209 uses : actions/upload-artifact@v4
210210 with :
You can’t perform that action at this time.
0 commit comments