Skip to content

Commit a7f947a

Browse files
committed
Fix assembly native source name
Signed-off-by: José Simões <[email protected]>
1 parent 7f7820a commit a7f947a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ steps:
4747
# all build, update and publish steps
4848
- template: azure-pipelines-templates/class-lib-build.yml@templates
4949
parameters:
50-
sourceFileName: 'nf_devices_can.cpp'
50+
sourceFileName: 'nf_devices_can_native.cpp'
5151
classLibName: 'nanoFramework.Devices.Can'
5252

5353
# step from template @ nf-tools repo

0 commit comments

Comments
 (0)