File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ rmdir /S /Q " build" 2 > nul
2
+
3
+ mkdir build\package\lib\netcoreapp1.0
4
+ mkdir build\package\lib\netcoreapp1.1
5
+ mkdir build\package\lib\netstandard1.3
6
+ mkdir build\package\lib\net45
7
+ mkdir build\package\lib\net46
8
+
9
+ copy WebPush.nuspec build\package\
10
+
11
+ dotnet restore
12
+ dotnet build --configuration=Release WebPush\WebPush.csproj
13
+
14
+ copy WebPush\bin\Release\netcoreapp1.0\WebPush.dll build\package\lib\netcoreapp1.0\WebPush.dll
15
+ copy WebPush\bin\Release\netcoreapp1.1\WebPush.dll build\package\lib\netcoreapp1.1\WebPush.dll
16
+ copy WebPush\bin\Release\netstandard1.3\WebPush.dll build\package\lib\netstandard1.3\WebPush.dll
17
+ copy WebPush\bin\Release\net45\WebPush.dll build\package\lib\net45\WebPush.dll
18
+ copy WebPush\bin\Release\net46\WebPush.dll build\package\lib\net46\WebPush.dll
19
+
20
+ nuget pack build\package\WebPush.nuspec
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments