Commit 39c551c4 authored by nanahira's avatar nanahira

windbot build update

parent acc83717
...@@ -215,7 +215,8 @@ ...@@ -215,7 +215,8 @@
"callback": { "callback": {
"command": "xbuild", "command": "xbuild",
"args": [ "args": [
"/property:Configuration=Release" "/property:Configuration=Release",
"/property:TargetFrameworkVersion=\"v4.5\""
], ],
"path": "./windbot/" "path": "./windbot/"
} }
......
...@@ -214,7 +214,8 @@ ...@@ -214,7 +214,8 @@
"callback": { "callback": {
"command": "xbuild", "command": "xbuild",
"args": [ "args": [
"/property:Configuration=Release" "/property:Configuration=Release",
"/property:TargetFrameworkVersion=\"v4.5\""
], ],
"path": "./windbot/" "path": "./windbot/"
} }
......
...@@ -73,7 +73,7 @@ cd .. ...@@ -73,7 +73,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot git clone https://github.com/purerosefallen/windbot
cd windbot cd windbot
xbuild /property:Configuration=Release xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe . ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb . ln -s ../ygopro/cards.cdb .
pm2 start pm2.json pm2 start pm2.json
......
...@@ -73,7 +73,7 @@ cd .. ...@@ -73,7 +73,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot git clone https://github.com/purerosefallen/windbot
cd windbot cd windbot
xbuild /property:Configuration=Release xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe . ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb . ln -s ../ygopro/cards.cdb .
pm2 start pm2.json pm2 start pm2.json
......
...@@ -71,7 +71,7 @@ cd .. ...@@ -71,7 +71,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot git clone https://github.com/purerosefallen/windbot
cd windbot cd windbot
xbuild /property:Configuration=Release xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe . ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb . ln -s ../ygopro/cards.cdb .
pm2 start pm2.json pm2 start pm2.json
......
...@@ -71,7 +71,7 @@ cd .. ...@@ -71,7 +71,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot git clone https://github.com/purerosefallen/windbot
cd windbot cd windbot
xbuild /property:Configuration=Release xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe . ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb . ln -s ../ygopro/cards.cdb .
pm2 start pm2.json pm2 start pm2.json
......
...@@ -70,7 +70,7 @@ cd .. ...@@ -70,7 +70,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot git clone https://github.com/purerosefallen/windbot
cd windbot cd windbot
xbuild /property:Configuration=Release xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe . ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb . ln -s ../ygopro/cards.cdb .
pm2 start pm2.json pm2 start pm2.json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment