Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hacksaar
JeoParody
Commits
9ece693b
Commit
9ece693b
authored
Apr 03, 2021
by
Kim Meiser
💬
Browse files
Fix typo in gitlab-yml
parent
4845bdab
Pipeline
#803
failed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9ece693b
...
...
@@ -9,8 +9,7 @@ stages:
-
test
build_job
:
stage
:
-
build
stage
:
build
tags
:
-
dotnetframework
only
:
...
...
@@ -25,8 +24,7 @@ build_job:
-
'
.\$env:XUNIT_PATH\*.*'
test_job
:
stage
:
-
test
stage
:
test
tags
:
-
dotnetframework
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment