Skip to content

Commit daf0dc2

Browse files
committed
test 35
1 parent f570406 commit daf0dc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/BuildForWindows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
PROJECT_NAME: 'Asv.Drones.Gui'
2020
PROJECT_NAME_DESKTOP: 'Asv.Drones.Gui.Desktop'
2121
PROPS_VERSION_VAR_NAME: 'ProductVersion'
22-
TARGET_ARCHITECTURE: 'x64'
2322

2423
jobs:
2524
build-and-release:
@@ -66,7 +65,7 @@ jobs:
6665
}
6766
6867
- name: Add NuGet source
69-
run: dotnet nuget add source ${{ env.GITHUB_PACKAGES_URL }} \--username '${{secrets.USER_NAME}}' \--password '${{secrets.GIHUB_NUGET_AUTH_TOKEN}}' \--store-password-in-clear-text
68+
run: dotnet nuget add source ${{ env.GITHUB_PACKAGES_URL }} --username '${{secrets.USER_NAME}}' --password '${{secrets.GIHUB_NUGET_AUTH_TOKEN}}' --store-password-in-clear-text
7069

7170
- name: Install dependencies
7271
run: |

0 commit comments

Comments
 (0)