File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
11
11
runs-on : windows-2022
12
+ steps :
13
+
14
+ - name : Check out repository
15
+ uses : actions/checkout@v3
12
16
13
- - name : Check out repository
14
- uses : actions/checkout@v3
17
+ - name : Set up .NET
18
+ uses : actions/setup-dotnet@v3
19
+ with :
20
+ dotnet-version : ' 8.0.x'
15
21
16
- - name : Set up .NET
17
- uses : actions/setup-dotnet@v3
18
- with :
19
- dotnet-version : ' 8.0.x'
20
-
21
- - name : Build with dotnet
22
- run : |
23
- dotnet build examples/sipexamples/sipexamples.sln --configuration Release
24
- dotnet build examples/webrtcexamples/webrtcexamples.sln --configuration Release
25
- dotnet build examples/webrtccmdline/webrtccmdline.sln --configuration Release
26
- dotnet build examples/sipcmdline/sipcmdline.sln --configuration Release
27
- dotnet build examples/stunserver/stunserver.sln --configuration Release
28
- dotnet build examples/softphone/sipsorcery.softphone.sln --configuration Release
22
+ - name : Build with dotnet
23
+ run : |
24
+ dotnet build examples/sipexamples/sipexamples.sln --configuration Release
25
+ dotnet build examples/webrtcexamples/webrtcexamples.sln --configuration Release
26
+ dotnet build examples/webrtccmdline/webrtccmdline.sln --configuration Release
27
+ dotnet build examples/sipcmdline/sipcmdline.sln --configuration Release
28
+ dotnet build examples/stunserver/stunserver.sln --configuration Release
29
+ dotnet build examples/softphone/sipsorcery.softphone.sln --configuration Release
You can’t perform that action at this time.
0 commit comments