You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+6-22Lines changed: 6 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
- name: Tests
42
42
run: vstest.console.exe **\*.Tests.dll /TestCaseFilter:"FullyQualifiedName!=Xunit.Instances.VisualStudio&integration!=true" #exclude integration tests and the psuedo-tests that launch a VS instance
43
43
release:
44
-
needs: run-integration-tests
44
+
needs: [build-project, run-integration-tests]
45
45
runs-on: windows-2022
46
46
defaults:
47
47
run:
@@ -59,28 +59,12 @@ jobs:
59
59
with:
60
60
name: build-artifacts
61
61
62
-
- name: Calculate next semantic version Git tag (vsix version)
0 commit comments