Skip to content

Commit b49b414

Browse files
committed
Test copying version file
Revert pipeline to x64
1 parent 0b69689 commit b49b414

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/smoketest-build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ jobs:
2828
with:
2929
dotnet-version: '8.0.x'
3030

31-
# - name: Restore NuGet packages
32-
# run: dotnet restore
33-
34-
# - name: Handle versioning
35-
# run: nbgv cloud -a -c
31+
- name: Handle versioning
32+
run: cp ./version.json ./nanoFirmwareFlasher.Tool/
3633

3734
- name: Build solution
38-
run: dotnet build --configuration Release
35+
run: dotnet build

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: DOTNET_NOLOGO
183183
value: true
184184
- name: buildPlatform
185-
value: 'Any CPU'
185+
value: 'x64' # TODO: Attempt to aim for Arm64 builds
186186
- name: buildConfiguration
187187
value: 'Release'
188188
- name: solution

0 commit comments

Comments
 (0)