encryption failed à la restauration depuis Nuget.org
This commit is contained in:
parent
7dc0635ea3
commit
000bc36b34
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ all: $(BINTARGETPATH)
|
|||
|
||||
restore:
|
||||
touch project.json
|
||||
$(dnu) restore
|
||||
$(dnu) restore --ignore-failed-sources
|
||||
|
||||
project.lock.json: project.json
|
||||
$(dnu) restore
|
||||
$(dnu) restore --ignore-failed-sources
|
||||
|
||||
watch: project.lock.json
|
||||
MONO_OPTIONS=--debug MONO_MANAGED_WATCHER=enabled ASPNET_ENV=$(ASPNET_ENV) ASPNET_LOG_LEVEL=$(ASPNET_LOG_LEVEL) dnx-watch web --configuration=$(CONFIGURATION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue