You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
331 B
8 lines
331 B
2 years ago
|
language: csharp
|
||
|
solution: ./src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.net45.sln
|
||
|
scripts:
|
||
|
- xbuild /p:Configuration=Release ./src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.net45.sln
|
||
|
|
||
|
install:
|
||
|
- nuget install Newtonsoft.Json -Version 11.0.2
|
||
|
- nuget restore ./src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen.net45.sln
|