Compare commits
1 Commits
65f0bfbb98
...
7960fcc29d
Author | SHA1 | Date | |
---|---|---|---|
7960fcc29d |
@ -2,6 +2,26 @@ TargetFramework=$1
|
|||||||
ProjectName=$2
|
ProjectName=$2
|
||||||
|
|
||||||
../../oqtane.framework/oqtane.package/nuget.exe pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
../../oqtane.framework/oqtane.package/nuget.exe pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
|
||||||
|
|
||||||
|
echo "ls"
|
||||||
ls # JUST FOR DEBUGGING
|
ls # JUST FOR DEBUGGING
|
||||||
|
|
||||||
|
echo "ls .."
|
||||||
|
ls .. # JUST FOR DEBUGGING
|
||||||
|
|
||||||
|
echo "ls ../.."
|
||||||
|
ls ../.. # JUST FOR DEBUGGING
|
||||||
|
|
||||||
|
echo "ls ../../of"
|
||||||
|
ls ../../oqtane.framework # JUST FOR DEBUGGING
|
||||||
|
|
||||||
|
echo "ls ../../of/of"
|
||||||
|
ls ../../oqtane.framework/oqtane.framework # JUST FOR DEBUGGING
|
||||||
|
|
||||||
|
echo "ls ../../of/op"
|
||||||
|
ls ../../oqtane.framework/oqtane.package # JUST FOR DEBUGGING
|
||||||
|
|
||||||
|
echo "ls ../../of/of/op"
|
||||||
|
ls ../../oqtane.framework/oqtane.framework/oqtane.package # JUST FOR DEBUGGING
|
||||||
pwd # JUST FOR DEBUGGING
|
pwd # JUST FOR DEBUGGING
|
||||||
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"
|
cp -f "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\"
|
Reference in New Issue
Block a user