1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00

testing removal of setup-nuget (#1137)

This commit is contained in:
Matt Portune 2020-11-03 13:46:13 -05:00 committed by GitHub
parent 532b5f7c33
commit 75b6e69d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,6 @@ jobs:
runs-on: windows-latest
steps:
- name: Set up NuGet
uses: nuget/setup-nuget@v1
with:
nuget-version: 'latest'
- name: Set up MSBuild
uses: microsoft/setup-msbuild@v1