We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b69689 commit b49b414Copy full SHA for b49b414
.github/workflows/smoketest-build.yml
@@ -28,11 +28,8 @@ jobs:
28
with:
29
dotnet-version: '8.0.x'
30
31
- # - name: Restore NuGet packages
32
- # run: dotnet restore
33
-
34
- # - name: Handle versioning
35
- # run: nbgv cloud -a -c
+ - name: Handle versioning
+ run: cp ./version.json ./nanoFirmwareFlasher.Tool/
36
37
- name: Build solution
38
- run: dotnet build --configuration Release
+ run: dotnet build
azure-pipelines.yml
@@ -182,7 +182,7 @@ jobs:
182
- name: DOTNET_NOLOGO
183
value: true
184
- name: buildPlatform
185
- value: 'Any CPU'
+ value: 'x64' # TODO: Attempt to aim for Arm64 builds
186
- name: buildConfiguration
187
value: 'Release'
188
- name: solution
0 commit comments