1
0
mirror of https://github.com/bitwarden/mobile synced 2024-12-26 00:35:04 +01:00

print dotnet info

This commit is contained in:
Kyle Spearrin 2020-06-09 09:58:28 -04:00
parent dd7a52ba08
commit 9fc810182a

View File

@ -24,6 +24,7 @@ jobs:
run: | run: |
nuget help nuget help
msbuild -version msbuild -version
dotnet --info
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -102,6 +103,7 @@ jobs:
run: | run: |
nuget help nuget help
msbuild -version msbuild -version
dotnet --info
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v2 uses: actions/checkout@v2