Commit 39c551c4 authored by nanahira's avatar nanahira

windbot build update

parent acc83717
......@@ -215,7 +215,8 @@
"callback": {
"command": "xbuild",
"args": [
"/property:Configuration=Release"
"/property:Configuration=Release",
"/property:TargetFrameworkVersion=\"v4.5\""
],
"path": "./windbot/"
}
......
......@@ -214,7 +214,8 @@
"callback": {
"command": "xbuild",
"args": [
"/property:Configuration=Release"
"/property:Configuration=Release",
"/property:TargetFrameworkVersion=\"v4.5\""
],
"path": "./windbot/"
}
......
......@@ -73,7 +73,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot
cd windbot
xbuild /property:Configuration=Release
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb .
pm2 start pm2.json
......
......@@ -73,7 +73,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot
cd windbot
xbuild /property:Configuration=Release
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb .
pm2 start pm2.json
......
......@@ -71,7 +71,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot
cd windbot
xbuild /property:Configuration=Release
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb .
pm2 start pm2.json
......
......@@ -71,7 +71,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot
cd windbot
xbuild /property:Configuration=Release
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb .
pm2 start pm2.json
......
......@@ -70,7 +70,7 @@ cd ..
git clone https://github.com/purerosefallen/windbot
cd windbot
xbuild /property:Configuration=Release
xbuild /property:Configuration=Release /property:TargetFrameworkVersion="v4.5"
ln -s bin/Release/WindBot.exe .
ln -s ../ygopro/cards.cdb .
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