|
@@ -18,11 +18,12 @@ jobs:
|
|
|
uses: microsoft/[email protected]
|
|
|
|
|
|
- name: Build
|
|
|
- run: msbuild -v:m -m -r -t:Build -p:Configuration=Release
|
|
|
+ shell: pwsh
|
|
|
+ run: msbuild -v:m -m /restore /p:Configuration=Release NatTypeTester/NatTypeTester.csproj
|
|
|
|
|
|
- name: Upload
|
|
|
continue-on-error: true
|
|
|
uses: actions/upload-artifact@v2
|
|
|
with:
|
|
|
name: ${{ env.ProjectName }}
|
|
|
- path: ${{ env.ProjectName }}\bin\${{ env.Configuration }}\${{ env.NET_TFM }}\
|
|
|
+ path: ${{ env.ProjectName }}/bin/${{ env.Configuration }}/${{ env.NET_TFM }}/NatTypeTester.exe
|