Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
zilf
zilf
Commits
3461fe2b67ae
Commit
00c5a7a0
authored
Sep 08, 2020
by
Jesse McGrew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 'dotnet restore' and 'dotnet test' commands.
Ignore .nuget directory.
parent
b2c5cb660a5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
.hgignore
.hgignore
+1
-0
No files found.
.gitlab-ci.yml
View file @
3461fe2b
...
...
@@ -90,7 +90,7 @@ cache:
before_script
:
-
'
apt-get
update'
-
'
apt-get
install
-y
zip'
-
'
dotnet
restore
--packages
$NUGET_PACKAGES_DIRECTORY'
-
'
dotnet
restore
Zilf.sln
--packages
$NUGET_PACKAGES_DIRECTORY'
build
:
stage
:
build
...
...
@@ -119,4 +119,4 @@ tests:
# You may want to define separate testing jobs for different types of testing
# (e.g. integration tests, unit tests etc).
script
:
-
'
dotnet
test
--no-restore'
-
'
dotnet
test
Zilf.sln
--no-restore'
.hgignore
View file @
3461fe2b
...
...
@@ -35,3 +35,4 @@ Examples/**/*.bat
venv
Package/Debug/**
Package/Release/**
.nuget
Write
Preview
Markdown
is supported
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