This reverts commit 5959c1229f8e36bf7e875f9520f7498d58640117.
This commit is contained in:
parent
74e192bb05
commit
797197b562
13
sh/init.sh
Normal file
13
sh/init.sh
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Change to source directory
|
||||||
|
cd $HOME/src
|
||||||
|
|
||||||
|
export QUIK_SRC=$PWD
|
||||||
|
export QNUGET_LOCAL=QuikLocal
|
||||||
|
export QNUGET_LOCAL_PATH=$QUIK_SRC/nuget_repo
|
||||||
|
# export QNUGET_REMOTE=nuget
|
||||||
|
|
||||||
|
# Create nuget repository.
|
||||||
|
mkdir -p $QUIK_SRC/nuget_repo
|
||||||
|
nuget sources Add -Name $QNUGET_LOCAL -Source $QNUGET_LOCAL_PATH -NonInteractive
|
Loading…
x
Reference in New Issue
Block a user