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
4845bdab
Commit
4845bdab
authored
Apr 03, 2021
by
Kim Meiser
💬
Browse files
Tags zur Buildkonfiguration hinzugefügt.
parent
7d560fee
Pipeline
#802
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4845bdab
...
...
@@ -9,7 +9,10 @@ stages:
-
test
build_job
:
stage
:
build
stage
:
-
build
tags
:
-
dotnetframework
only
:
-
branches
script
:
...
...
@@ -22,7 +25,10 @@ build_job:
-
'
.\$env:XUNIT_PATH\*.*'
test_job
:
stage
:
test
stage
:
-
test
tags
:
-
dotnetframework
only
:
-
branches
script
:
...
...
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