encryption failed à la restauration depuis Nuget.org
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user