Skip to content

Commit

Permalink
Try to work around new nuget braking change
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvv committed Jun 2, 2021
1 parent 29eca7d commit 6a15b2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .ado/variables/vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ variables:
runCodesignValidationInjection: false
NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS: 60
NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS: 60
MSBUILDLOGPROPERTIESANDITEMSAFTEREVALUATION: false
8 changes: 0 additions & 8 deletions .ado/windows-vs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,14 +320,6 @@ jobs:

- template: templates/prepare-env.yml

- task: NuGetCommand@2
displayName: NuGet restore - SampleApps
inputs:
command: restore
restoreSolution: packages/microsoft-reactnative-sampleapps/windows/SampleApps.sln
verbosityRestore: Detailed # Options: quiet, normal, detailed
condition: succeeded()

- task: CmdLine@2
displayName: run-windows (Debug)
inputs:
Expand Down
2 changes: 2 additions & 0 deletions Directory.Build.rsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/restore
/p:RestorePackagesConfig=true

0 comments on commit 6a15b2b

Please sign in to comment.