File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,21 @@ steps:
163
163
script : git add .
164
164
workingDirectory : ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
165
165
166
+ - task : CmdLine@2
167
+ displayName : ' TODO REMOVE Git Changes'
168
+ condition : eq(${{ parameters.repositoryfy }}, 'true')
169
+ inputs :
170
+ script : |
171
+ echo "Checking for changes"
172
+ git status --porcelain
173
+ echo "Changes detected:"
174
+ git status --porcelain | wc -l
175
+ echo "Working Dir"
176
+ echo "${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}"
177
+ echo "Working Dir Linux"
178
+ echo "Current Directory: $(pwd)"
179
+ workingDirectory : ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
180
+
166
181
- task : CmdLine@2
167
182
displayName : ' Check if there are any changes to be committed'
168
183
condition : eq(${{ parameters.repositoryfy }}, 'true')
You can’t perform that action at this time.
0 commit comments