Adds more packets (#177)
This commit is contained in:
parent
c0805850c1
commit
5052bf9af3
15 changed files with 609 additions and 109 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- task: NuGetAuthenticate@0
|
||||
- script: dotnet restore --force-evaluate
|
||||
- script: dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json
|
||||
displayName: 'Restore NuGet Packages'
|
||||
- script: dotnet build -c $(buildConfiguration) --no-restore Projects/Server/Server.csproj
|
||||
displayName: 'Build Server'
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- task: NuGetAuthenticate@0
|
||||
- script: dotnet restore --force-evaluate
|
||||
- script: dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json
|
||||
displayName: 'Restore NuGet Packages'
|
||||
- script: dotnet build -c $(buildConfiguration) --no-restore Projects/Server/Server.csproj
|
||||
displayName: 'Build Server'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue